Hopper Mobile — Design System
Hopper Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
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/hopper-mobile.
Tokens
Hopper Mobile's decoded design system: background #FFFFFF, text #000000, accent #01AAE4, link #01AAE4, primary #01AAE4; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #01AAE4 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #01AAE4 |
| accent | #01AAE4 |
| link | #01AAE4 |
| button_bg | #01AAE4 |
| button_text | #FFFFFF |
Using these colors
- Action color
#01AAE4— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#01AAE4— one role, not several (the action color).- accent
#01AAE4— 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, 10px, 12px, 16px, 20px, 24px, 25px, 32px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.25) 0px 4px 26px -7px
Motion
Micro-interactions run at 250ms (dominant) with cubic-bezier(0.77, 0, 0.18, 1).
- durations: 250ms · 300ms · 200ms
- easings:
cubic-bezier(0.77, 0, 0.18, 1)·cubic-bezier(0.17, 0.84, 0.44, 1) - animated properties: background-color, color, box-shadow, border-color
Native design tokens
| Token | Value |
|---|---|
--white | #fff |
--black | #000 |
--gray-05 | #f5f5f5 |
--gray-10 | #e7e7e7 |
--gray-20 | #d9d9d9 |
--gray-30 | #c3c3c3 |
--gray-40 | #aaa |
--gray-50 | #939393 |
--gray-60 | #767676 |
--gray-70 | #545454 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#00290F - primary focus: box-shadow
rgb(242, 250, 235) 0px 0px 0px 2px, rgb(0, 45, 17) 0px 0px 0px 4px
Motion choreography (measured)
Load order: input.MuiInputBase-input×10 → select.MuiNativeSelect-select×2 → div.MuiStack-root → div.MuiStack-root → div.MuiStack-root×2 → div.MuiStack-root
Input (measured)
height 23px · radius 0px
Responsive (measured)
- breakpoints: 375px · 480px · 744px · 992px · 1200px
- mobile (390px): nav inline
Export: DESIGN.md
# Hopper Mobile — Design System > light, consumer, high — deep decode (measured live) Hopper 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 | `#01AAE4` | | accent | `#01AAE4` | | link | `#01AAE4` | | button_bg | `#01AAE4` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#01AAE4` — 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 `#01AAE4` — one role, not several (your action color). - **accent** `#01AAE4` — 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): `#FFFFFF` 21.4% · `#6F7882` 16.9% · `#ACBFCA` 16% · `#DCCCB3` 12.4% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 32px / 800 · lh 40px | | h2 | 24px / 700 · lh 32px | | h3 | 22px / 700 · lh 24px | | body | 16px / 400 · lh 24px | | small | 14px / 400 · lh 20px | - Weight ladder: 400 · 600 · 700 · 800 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 25px, 32px — snap all gaps/padding to these ## Radius - base: 12px - button: 12px - card: 8px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#002D11` / `#FFFFFF` | none | 8px | 4px 16px 4px 16px | 700 14px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | 1px solid rgb(255, 255, 255) | 12px | 8px 24px 8px 24px | 600 16px | none | **States (measured, not guessed)** - primary hover: background `#00290F` - primary focus: box-shadow `rgb(242, 250, 235) 0px 0px 0px 2px, rgb(0, 45, 17) 0px 0px 0px 4px` - secondary hover: background `rgba(0, 0, 0, 0.03)` - transition: `background-color 0.25s cubic-bezier(0.77, 0, 0.18, 1)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.25) 0px 4px 26px -7px` ## Motion - durations: 250ms (dominant) · 300ms · 200ms - easings: `cubic-bezier(0.77, 0, 0.18, 1)` (dominant) · `cubic-bezier(0.17, 0.84, 0.44, 1)` - animated properties: background-color, color, box-shadow, border-color 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 | |-------|-------| | `--white` | `#fff` | | `--black` | `#000` | | `--gray-05` | `#f5f5f5` | | `--gray-10` | `#e7e7e7` | | `--gray-20` | `#d9d9d9` | | `--gray-30` | `#c3c3c3` | | `--gray-40` | `#aaa` | | `--gray-50` | `#939393` | | `--gray-60` | `#767676` | | `--gray-70` | `#545454` | | `--gray-80` | `#383838` | | `--gray-90` | `#232323` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Motion choreography (measured) Load order: `input.MuiInputBase-input`×10 @0ms → `select.MuiNativeSelect-select`×2 @2ms → `div.MuiStack-root` @2ms → `div.MuiStack-root` @2ms → `div.MuiStack-root`×2 @2ms → `div.MuiStack-root` @2ms Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 23px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #111111 - disabled: bg rgba(0, 0, 0, 0) · text rgba(0, 0, 0, 0.3) ## Responsive (measured) - breakpoints: 375px · 480px · 744px · 992px · 1200px - mobile (390px): 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/hopper-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #01AAE4 — 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: #01AAE4; /* primary brand / action color. */
--color-accent: #01AAE4; /* 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: #01AAE4; /* inline text links — shares the action color. */
--color-button-bg: #01AAE4; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 600, 700, 800 — use these, not 400/600 */
--text-hero: 32px; --font-weight-hero: 800; --leading-hero: 40px;
--text-h2: 24px; --font-weight-h2: 700; --leading-h2: 32px;
--text-h3: 22px; --font-weight-h3: 700; --leading-h3: 24px;
--text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
--text-small: 14px; --font-weight-small: 400; --leading-small: 20px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 8px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--shadow-card: rgba(0, 0, 0, 0.25) 0px 4px 26px -7px;
--color-btn-hover: #00290F; /* measured primary hover fill */
--shadow-focus: rgb(242, 250, 235) 0px 0px 0px 2px, rgb(0, 45, 17) 0px 0px 0px 4px; /* measured focus ring */
--ease-brand: cubic-bezier(0.77, 0, 0.18, 1);
--duration-fast: 200ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 250ms;
--duration-slow: 300ms;
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 8, 10, 12, 16, 20, 24, 25, 32px */
}Export: CSS variables
:root {
/* action color #01AAE4 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #EFEFEF;
--border: #D8D8D8;
--text: #000000;
--text-muted: #606060;
--primary: #01AAE4; /* primary brand / action color. */
--accent: #01AAE4; /* 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: #01AAE4; /* inline text links — shares the action color. */
--button-bg: #01AAE4; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 32px; --weight-hero: 800; --leading-hero: 40px;
--text-h2: 24px; --weight-h2: 700; --leading-h2: 32px;
--text-h3: 22px; --weight-h3: 700; --leading-h3: 24px;
--text-body: 16px; --weight-body: 400; --leading-body: 24px;
--text-small: 14px; --weight-small: 400; --leading-small: 20px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 8px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--shadow-card: rgba(0, 0, 0, 0.25) 0px 4px 26px -7px;
--btn-bg-hover: #00290F;
--focus-ring: rgb(242, 250, 235) 0px 0px 0px 2px, rgb(0, 45, 17) 0px 0px 0px 4px;
--ease: cubic-bezier(0.77, 0, 0.18, 1);
--duration-fast: 200ms;
--duration-base: 250ms;
--duration-slow: 300ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--white: #fff;
--black: #000;
--gray-05: #f5f5f5;
--gray-10: #e7e7e7;
--gray-20: #d9d9d9;
--gray-30: #c3c3c3;
--gray-40: #aaa;
--gray-50: #939393;
--gray-60: #767676;
--gray-70: #545454;
--gray-80: #383838;
--gray-90: #232323;
}