MozaikaDesign system

Cash App Mobile — Design System

light · consumer · high · confidence 85% · deep decode

Cash App Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/cash-app-mobile.

Tokens

Cash App Mobile's decoded design system: background #FFFFFF, text #000000, accent #00E013, link #00E013, primary #00E013; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #00E013 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#00E013
accent#00E013
link#00E013
button_bg#00E013
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 600ms (dominant) with ease.

Native design tokens

TokenValue
--page-width-breakpoint1440px
--one-trust-banner-bottom-mobile80px
--one-trust-banner-bottom-desktop100px

Layout (measured)

Motion choreography (measured)

Load order: div.three-column-grid-sectio×6 → rectpatha.link-module-sass-module_img.image-module-sass-module×12 → body

Scroll reveal: 4 elements rest at translateY(75px), animate in over 200ms.

Responsive (measured)

Export: DESIGN.md

# Cash App Mobile — Design System

> light, consumer, high — deep decode (measured live)

Cash App Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#00E013` |
| accent | `#00E013` |
| link | `#00E013` |
| button_bg | `#00E013` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#00E013` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `link`, `button_bg` are all `#00E013` — one role, not several (your action color).
- **accent** `#00E013` — 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.
- **Page coverage** (full-page screenshot pixels): `#00E013` 73.2% · `#FFFFFF` 15.9% · `#0C0704` 7.6% · `#33752D` 2.2%

## Typography


| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 56px / 400 · lh 53px · tracking -1.68px |
| h2 | 40px / 400 · lh 44px · tracking -1.2px |
| body | 18px / 400 · lh 25px |
| small | 14px / 400 · lh 14px · tracking -0.28px |

- Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 8px, 12px, 14px, 16px, 18px, 20px, 28px, 32px, 40px — snap all gaps/padding to these
- section rhythm: 90px top/bottom padding per section (measured)

## Radius
- base: 12px
- button: 12px
- card: 100px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#000000` | none | 9999px | 0px 20px 0px 20px | 500 12px / -0.239999px | none |

**States (measured, not guessed)**

- transition: `all 0.3s ease-in-out`

## Motion
- durations: 600ms (dominant) · 300ms · 400ms
- easings: `ease` (dominant) · `ease-in-out`
- animated properties: color, transform, opacity, fill

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--page-width-breakpoint` | `1440px` |
| `--one-trust-banner-bottom-mobile` | `80px` |
| `--one-trust-banner-bottom-desktop` | `100px` |

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 720px · common grid: 12-col
- nav: 46px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 900 | 12 | 20 | 0/0 | — |
| 90 | 720 | — | — | 0/0 | — |
| 463 | 601 | 12 | 20 | 0/0 | — |
| 900 | 900 | — | — | 0/0 | — |
| 990 | 720 | — | — | 0/0 | — |
| 1800 | 900 | — | — | 0/0 | — |
| 1890 | 720 | — | — | 0/0 | — |
| 2700 | 900 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.three-column-grid-sectio`×6 @0ms → `rect` @142ms → `path` @142ms → `a.link-module-sass-module_` @143ms → `img.image-module-sass-module`×12 @244ms → `body` @537ms
- `img.image-module-sass-module` ×12 — opacity 0→1 — 200ms ease-in (delay 100ms)
- scroll reveal: 4 elements rest at translateY(75px), animate in over 200ms (4 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Responsive (measured)
- breakpoints: 391px · 426px · 550px · 760px · 896px · 1024px
- mobile (390px): hero 42px · body 16px · nav: inline

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/cash-app-mobile

Export: Tailwind v4 (@theme)

@theme {
  /* action color #00E013 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #EFEFEF;
  --color-border: #D8D8D8;
  --color-text: #000000;
  --color-text-muted: #606060;
  --color-primary: #00E013;  /* primary brand / action color. */
  --color-accent: #00E013;  /* 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. */
  --color-link: #00E013;  /* inline text links — shares the action color. */
  --color-button-bg: #00E013;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* measured weights: 400, 500 — use these, not 400/600 */
  --text-hero: 56px; --font-weight-hero: 400; --leading-hero: 53px; --tracking-hero: -1.68px;
  --text-h2: 40px; --font-weight-h2: 400; --leading-h2: 44px; --tracking-h2: -1.2px;
  --text-body: 18px; --font-weight-body: 400; --leading-body: 25px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 14px; --tracking-small: -0.28px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-card: 100px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --ease-brand: ease;
  --duration-fast: 300ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 400ms;
  --duration-slow: 600ms;
  --section-y: 90px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 12, 14, 16, 18, 20, 28, 32, 40px */
}

Export: CSS variables

:root {
  /* action color #00E013 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #00E013;  /* primary brand / action color. */
  --accent: #00E013;  /* 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. */
  --link: #00E013;  /* inline text links — shares the action color. */
  --button-bg: #00E013;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --text-hero: 56px; --weight-hero: 400; --leading-hero: 53px; --tracking-hero: -1.68px;
  --text-h2: 40px; --weight-h2: 400; --leading-h2: 44px; --tracking-h2: -1.2px;
  --text-body: 18px; --weight-body: 400; --leading-body: 25px;
  --text-small: 14px; --weight-small: 400; --leading-small: 14px; --tracking-small: -0.28px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-card: 100px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --ease: ease;
  --duration-fast: 300ms;
  --duration-base: 400ms;
  --duration-slow: 600ms;
  --section-y: 90px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --page-width-breakpoint: 1440px;
  --one-trust-banner-bottom-mobile: 80px;
  --one-trust-banner-bottom-desktop: 100px;
}