Venmo Mobile — design system & UI screens
A payment request screen with a profile avatar and name, a dollar amount input field with clear/delete controls, a note field for context (pizza night), and dual action buttons (Request/Pay) at the bottom with a numeric keypad visible. Official App Store listing screenshot.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/venmo-mobile.
Decoded design system
Venmo Mobile's decoded design system: background #FFFFFF, text #1E1F22, accent #008CFF, link #008CFF, primary #008CFF; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #008CFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F1 |
| border | #DDDDDD |
| text | #1E1F22 |
| text_muted | #737475 |
| primary | #008CFF |
| accent | #008CFF |
| link | #008CFF |
| button_bg | #008CFF |
| button_text | #FFFFFF |
Using these colors
- Action color
#008CFF— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#008CFF— one role, not several (the action color).- accent
#008CFF— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 16px, 20px, 24px, 30px, 48px, 53px, 64px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.14) 4px 4px 28px 6px - overlay:
rgba(0, 0, 0, 0.16) 0px 12px 28px 0px
Motion
Micro-interactions run at 600ms (dominant) with ease-in-out.
- durations: 600ms · 700ms · 300ms
- easings:
ease-in-out·cubic-bezier(0.37, 0.34, 0.26, 0.9) - animated properties: opacity, padding, margin, transform
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1440px - common grid: 14 columns
Motion choreography (measured)
Load order: div.text-group → div → div.text-group-content-discl → div.hero-homepage-hybrid-med → div.media-container → div.text-group-container
Scroll reveal: 5 elements rest at opacity 0, translateY(100px), animate in over 0.7s ease-out.
Stagger: div ×6 — 75ms apart.
Responsive (measured)
- breakpoints: 375px · 657px · 752px · 768px · 1024px · 1406px
- mobile (390px): hero 44px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →