Nike Mobile — Design System
Nike 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/nike-mobile.
Tokens
Nike Mobile's decoded design system: background #FFFFFF, text #050505, accent #FFB731, link #FFB731, primary #FFB731; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #FFB731 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F0F0F0 |
| border | #D9D9D9 |
| text | #050505 |
| text_muted | #646464 |
| primary | #FFB731 |
| accent | #FFB731 |
| link | #FFB731 |
| button_bg | #FFB731 |
| button_text | #FFFFFF |
Using these colors
- Action color
#FFB731— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#FFB731— one role, not several (the action color).- accent
#FFB731— 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: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 26px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(17, 17, 17, 0.08) 0px -2px 6px 0px
Motion
Micro-interactions run at 500ms (dominant) with ease.
- durations: 500ms · 800ms · 1000ms
- easings:
ease·cubic-bezier(0.25, 0.1, 0.25, 1) - animated properties: opacity, transform, background-color, max-height
Native design tokens
| Token | Value |
|---|---|
--podium-cds-color-black | #111111 |
--podium-cds-color-white | #FFFFFF |
--podium-cds-color-red-50 | #FFE5E5 |
--podium-cds-color-red-100 | #FFC3C4 |
--podium-cds-color-red-200 | #FFABAD |
--podium-cds-color-red-300 | #FF7975 |
--podium-cds-color-red-400 | #FF4E4A |
--podium-cds-color-red-500 | #EE0005 |
--podium-cds-color-red-600 | #D30005 |
--podium-cds-color-red-700 | #A70E00 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#707072 - primary focus: box-shadow
rgb(17, 81, 255) 0px 0px 0px 2px
Layout (measured)
- container max-width:
860px - common grid: 2 columns
Motion choreography (measured)
Load order: h4.merch-menu-heading×4 → a×20 → div×4 → div.icon → div.WetubkUi×7 → img._32IPZERI×11
Scroll reveal: 23 elements rest at opacity 0, translateY(-17px), animate in over 0.8s ease.
Input (measured)
height 36px · radius 24px
Responsive (measured)
- breakpoints: 600px · 640px · 960px · 1440px · 1920px
- mobile (390px): hero 16px · nav inline
Export: DESIGN.md
# Nike Mobile — Design System > light, consumer, high — deep decode (measured live) Nike 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 | `#F0F0F0` | | border | `#D9D9D9` | | text | `#050505` | | text_muted | `#646464` | | primary | `#FFB731` | | accent | `#FFB731` | | link | `#FFB731` | | button_bg | `#FFB731` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#FFB731` — 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 `#FFB731` — one role, not several (your action color). - **accent** `#FFB731` — 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` 26.2% · `#A4A4A4` 21.9% · `#474341` 13.6% · `#62605E` 13% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 76px / 500 · lh 76px | | h2 | 48px / 500 · lh 48px | | h3 | 24px / 500 · lh 29px | | body | 14px / 500 · lh 21px | | small | 12px / 500 · lh 18px | - 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: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 26px — snap all gaps/padding to these - section rhythm: 60px top/bottom padding per section (measured) ## Radius - base: 12px - button: 12px - card: 18px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#111111` / `#FFFFFF` | none | 30px | 12px 24px 12px 24px | 500 16px | none | **States (measured, not guessed)** - primary hover: background `#707072` - primary focus: box-shadow `rgb(17, 81, 255) 0px 0px 0px 2px` ## Shadows (elevation) - card: `rgba(17, 17, 17, 0.08) 0px -2px 6px 0px` ## Motion - durations: 500ms (dominant) · 800ms · 1000ms - easings: `ease` (dominant) · `cubic-bezier(0.25, 0.1, 0.25, 1)` - animated properties: opacity, transform, background-color, max-height 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 | |-------|-------| | `--podium-cds-color-black` | `#111111` | | `--podium-cds-color-white` | `#FFFFFF` | | `--podium-cds-color-red-50` | `#FFE5E5` | | `--podium-cds-color-red-100` | `#FFC3C4` | | `--podium-cds-color-red-200` | `#FFABAD` | | `--podium-cds-color-red-300` | `#FF7975` | | `--podium-cds-color-red-400` | `#FF4E4A` | | `--podium-cds-color-red-500` | `#EE0005` | | `--podium-cds-color-red-600` | `#D30005` | | `--podium-cds-color-red-700` | `#A70E00` | | `--podium-cds-color-red-800` | `#780700` | | `--podium-cds-color-red-900` | `#530300` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 860px · common grid: 2-col - nav: 0px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | -38 | 257 | 10 | — | 36/60 | — | | 3523 | 532 | 2 | — | 0/0 | 92/8 | ## Motion choreography (measured) Load order: `h4.merch-menu-heading`×4 @0ms → `a`×20 @0ms → `div`×4 @702ms → `div.icon` @717ms → `div.WetubkUi`×7 @1727ms → `img._32IPZERI`×11 @1727ms - scroll reveal: 23 elements rest at opacity 0, translateY(-17px), animate in over 0.8s ease (1 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 36px · r 24px · bg #F5F5F5 · placeholder #707072 - link: #111111 · underline - disabled: bg rgba(0, 0, 0, 0) · text #9E9EA0 ## Responsive (measured) - breakpoints: 600px · 640px · 960px · 1440px · 1920px - mobile (390px): hero 16px · 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/nike-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #FFB731 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #F0F0F0;
--color-border: #D9D9D9;
--color-text: #050505;
--color-text-muted: #646464;
--color-primary: #FFB731; /* primary brand / action color. */
--color-accent: #FFB731; /* 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: #FFB731; /* inline text links — shares the action color. */
--color-button-bg: #FFB731; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 500 — use these, not 400/600 */
--text-hero: 76px; --font-weight-hero: 500; --leading-hero: 76px;
--text-h2: 48px; --font-weight-h2: 500; --leading-h2: 48px;
--text-h3: 24px; --font-weight-h3: 500; --leading-h3: 29px;
--text-body: 14px; --font-weight-body: 500; --leading-body: 21px;
--text-small: 12px; --font-weight-small: 500; --leading-small: 18px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 18px;
--radius-sharp: 2px;
--shadow-card: rgba(17, 17, 17, 0.08) 0px -2px 6px 0px;
--color-btn-hover: #707072; /* measured primary hover fill */
--shadow-focus: rgb(17, 81, 255) 0px 0px 0px 2px; /* measured focus ring */
--ease-brand: ease;
--duration-fast: 500ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 800ms;
--duration-slow: 1000ms;
--section-y: 60px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 10, 12, 16, 20, 24, 26px */
}Export: CSS variables
:root {
/* action color #FFB731 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #F0F0F0;
--border: #D9D9D9;
--text: #050505;
--text-muted: #646464;
--primary: #FFB731; /* primary brand / action color. */
--accent: #FFB731; /* 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: #FFB731; /* inline text links — shares the action color. */
--button-bg: #FFB731; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 76px; --weight-hero: 500; --leading-hero: 76px;
--text-h2: 48px; --weight-h2: 500; --leading-h2: 48px;
--text-h3: 24px; --weight-h3: 500; --leading-h3: 29px;
--text-body: 14px; --weight-body: 500; --leading-body: 21px;
--text-small: 12px; --weight-small: 500; --leading-small: 18px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 18px;
--radius-sharp: 2px;
--shadow-card: rgba(17, 17, 17, 0.08) 0px -2px 6px 0px;
--btn-bg-hover: #707072;
--focus-ring: rgb(17, 81, 255) 0px 0px 0px 2px;
--ease: ease;
--duration-fast: 500ms;
--duration-base: 800ms;
--duration-slow: 1000ms;
--section-y: 60px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--podium-cds-color-black: #111111;
--podium-cds-color-white: #FFFFFF;
--podium-cds-color-red-50: #FFE5E5;
--podium-cds-color-red-100: #FFC3C4;
--podium-cds-color-red-200: #FFABAD;
--podium-cds-color-red-300: #FF7975;
--podium-cds-color-red-400: #FF4E4A;
--podium-cds-color-red-500: #EE0005;
--podium-cds-color-red-600: #D30005;
--podium-cds-color-red-700: #A70E00;
--podium-cds-color-red-800: #780700;
--podium-cds-color-red-900: #530300;
}