Apple Music Mobile — Design System
Apple Music 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/apple-music-mobile.
Tokens
Apple Music Mobile's decoded design system: background #FFFFFF, text #000000, accent #0068FF, link #0068FF, primary #0068FF; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #0068FF — 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 | #0068FF |
| accent | #0068FF |
| link | #0068FF |
| button_bg | #0068FF |
| button_text | #FFFFFF |
Using these colors
- Action color
#0068FF— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#0068FF— one role, not several (the action color).- accent
#0068FF— 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: 8px
- scale: 2px, 3px, 4px, 8px, 12px, 14px, 15px, 16px, 20px, 24px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- overlay:
rgba(0, 0, 0, 0.1) 0px 10px 40px 0px
Motion
Micro-interactions run at 100ms (dominant) with ease-in.
- durations: 100ms · 250ms · 300ms
- easings:
ease-in·linear - animated properties: opacity, background-color, color, padding-inline-end
Native design tokens
| Token | Value |
|---|---|
--systemRed | #ff3b30 |
--systemRed-vibrant | #f53126 |
--systemRed-default_IC | #d70015 |
--systemRed-vibrant_IC | #c20618 |
--systemOrange | #ff9500 |
--systemOrange-vibrant | #f58b00 |
--systemOrange-default_IC | #c93400 |
--systemOrange-vibrant_IC | #ad3a00 |
--systemYellow | #fc0 |
--systemYellow-vibrant | #f5c200 |
…and 110 more measured on the page.
Button states (measured)
- primary focus: box-shadow
rgba(214, 0, 23, 0.6) 0px 0px 0px 4px
Layout (measured)
- nav: 739px relative, backdrop
saturate(2.2) blur(16px)
Motion choreography (measured)
Load order: div.player-bar → img.artwork-component__conte×100
Scroll reveal: 40 elements rest at opacity 0, animate in over 0.1s ease-in.
Themes
dark counterpart: background #1F1F1F, text rgba(255, 255, 255, 0.92).
Responsive (measured)
- breakpoints: 484px · 739px · 767px · 980px · 1000px · 1069px
- mobile (390px): hero 34px · nav inline
Export: DESIGN.md
# Apple Music Mobile — Design System > light, consumer, high — deep decode (measured live) Apple Music 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 | `#0068FF` | | accent | `#0068FF` | | link | `#0068FF` | | button_bg | `#0068FF` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#0068FF` — 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 `#0068FF` — one role, not several (your action color). - **accent** `#0068FF` — 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` 52.9% · `#010001` 13.8% · `#685E5B` 12.4% · `#CCC7C3` 11.2% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 34px / 700 · lh 40px | | h2 | 18px / 600 · lh 22px | | h3 | 17px / 700 · lh 22px | | body | 12px / 400 · lh 15px | | small | 11px / 400 · lh 14px | - Weight ladder: 400 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 3px, 4px, 8px, 12px, 14px, 15px, 16px, 20px, 24px — snap all gaps/padding to these ## Radius - base: 12px - button: 12px - card: 7px - pill: 9999px - sharp: 3px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#D60017` / `#FFFFFF` | none | 9999px | 0px 16px 0px 16px | 400 14px | none | | secondary | `#FFFFFF` / `#000000` | none | 4px | 8px 16px 8px 16px | 600 13px | rgba(0, 0, 0, 0.06) 0px 0px 20px 0px | **States (measured, not guessed)** - primary focus: box-shadow `rgba(214, 0, 23, 0.6) 0px 0px 0px 4px` - secondary hover: background `#EBEBF0` ## Shadows (elevation) - overlay: `rgba(0, 0, 0, 0.1) 0px 10px 40px 0px` ## Motion - durations: 100ms (dominant) · 250ms · 300ms - easings: `ease-in` (dominant) · `linear` - animated properties: opacity, background-color, color, padding-inline-end 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 | |-------|-------| | `--systemRed` | `#ff3b30` | | `--systemRed-vibrant` | `#f53126` | | `--systemRed-default_IC` | `#d70015` | | `--systemRed-vibrant_IC` | `#c20618` | | `--systemOrange` | `#ff9500` | | `--systemOrange-vibrant` | `#f58b00` | | `--systemOrange-default_IC` | `#c93400` | | `--systemOrange-vibrant_IC` | `#ad3a00` | | `--systemYellow` | `#fc0` | | `--systemYellow-vibrant` | `#f5c200` | | `--systemYellow-default_IC` | `#a05a00` | | `--systemYellow-vibrant_IC` | `#925100` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - nav: 739px relative · backdrop saturate(2.2) blur(16px) · border-bottom 1px solid rgba(0, 0, 0, 0.05) · bg rgba(245, 245, 247, 0.55) | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 72 | 445 | — | — | 28/0 | — | | 517 | 299 | — | — | 12/0 | — | | 529 | 287 | — | — | 0/0 | — | | 816 | 333 | — | — | 12/0 | — | | 848 | 284 | — | — | 0/0 | — | | 1149 | 318 | — | — | 12/0 | — | | 1161 | 306 | — | — | 0/0 | — | | 1467 | 611 | — | — | 12/0 | — | ## Motion choreography (measured) Load order: `div.player-bar` @0ms → `img.artwork-component__conte`×100 @1063ms - scroll reveal: 40 elements rest at opacity 0, animate in over 0.1s ease-in (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: rgba(0, 0, 0, 0.88) · no underline - disabled: bg rgba(0, 0, 0, 0) · text rgba(0, 0, 0, 0.88) ## Themes (both measured) - dark counterpart: bg `#1F1F1F` · text `rgba(255, 255, 255, 0.92)` - tokens that flip between modes: - `--systemRed`: `#ff3b30` → `#ff453a` - `--systemRed-vibrant`: `#f53126` → `#ff4f44` - `--systemRed-default_IC`: `#d70015` → `#ff6961` - `--systemRed-vibrant_IC`: `#c20618` → `#ff4136` - `--systemOrange`: `#ff9500` → `#ff9f0a` - `--systemOrange-vibrant`: `#f58b00` → `#ffa914` - `--systemOrange-default_IC`: `#c93400` → `#ffb340` - `--systemOrange-vibrant_IC`: `#ad3a00` → `#ffb340` ## Responsive (measured) - breakpoints: 484px · 739px · 767px · 980px · 1000px · 1069px - mobile (390px): hero 34px · body 13px · 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/apple-music-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #0068FF — 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: #0068FF; /* primary brand / action color. */
--color-accent: #0068FF; /* 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: #0068FF; /* inline text links — shares the action color. */
--color-button-bg: #0068FF; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 600, 700 — use these, not 400/600 */
--text-hero: 34px; --font-weight-hero: 700; --leading-hero: 40px;
--text-h2: 18px; --font-weight-h2: 600; --leading-h2: 22px;
--text-h3: 17px; --font-weight-h3: 700; --leading-h3: 22px;
--text-body: 12px; --font-weight-body: 400; --leading-body: 15px;
--text-small: 11px; --font-weight-small: 400; --leading-small: 14px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 7px;
--radius-pill: 9999px;
--radius-sharp: 3px;
--shadow-overlay: rgba(0, 0, 0, 0.1) 0px 10px 40px 0px;
--shadow-focus: rgba(214, 0, 23, 0.6) 0px 0px 0px 4px; /* measured focus ring */
--ease-brand: ease-in;
--duration-fast: 100ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 250ms;
--duration-slow: 300ms;
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 3, 4, 8, 12, 14, 15, 16, 20, 24px */
}Export: CSS variables
:root {
/* action color #0068FF — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #EFEFEF;
--border: #D8D8D8;
--text: #000000;
--text-muted: #606060;
--primary: #0068FF; /* primary brand / action color. */
--accent: #0068FF; /* 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: #0068FF; /* inline text links — shares the action color. */
--button-bg: #0068FF; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 34px; --weight-hero: 700; --leading-hero: 40px;
--text-h2: 18px; --weight-h2: 600; --leading-h2: 22px;
--text-h3: 17px; --weight-h3: 700; --leading-h3: 22px;
--text-body: 12px; --weight-body: 400; --leading-body: 15px;
--text-small: 11px; --weight-small: 400; --leading-small: 14px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 7px;
--radius-pill: 9999px;
--radius-sharp: 3px;
--shadow-overlay: rgba(0, 0, 0, 0.1) 0px 10px 40px 0px;
--focus-ring: rgba(214, 0, 23, 0.6) 0px 0px 0px 4px;
--ease: ease-in;
--duration-fast: 100ms;
--duration-base: 250ms;
--duration-slow: 300ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--systemRed: #ff3b30;
--systemRed-vibrant: #f53126;
--systemRed-default_IC: #d70015;
--systemRed-vibrant_IC: #c20618;
--systemOrange: #ff9500;
--systemOrange-vibrant: #f58b00;
--systemOrange-default_IC: #c93400;
--systemOrange-vibrant_IC: #ad3a00;
--systemYellow: #fc0;
--systemYellow-vibrant: #f5c200;
--systemYellow-default_IC: #a05a00;
--systemYellow-vibrant_IC: #925100;
}