Apple Music Mobile — design system & UI screens
A music discovery feed displaying personalized playlist recommendations and recently played content in a card-based carousel layout. Features vibrant gradient cards with artist imagery, typography hierarchy, and a bottom tab navigation for main app sections. 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/apple-music-mobile.
Decoded design system
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
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →