MozaikaLive decode

Disney+ Mobile — decoded design system

disneyplus.com · dark · consumer · deep decode — measured live

Disney+ Mobile's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/disneyplus.com.

Decoded design system

Disney+ Mobile's decoded design system: background #040714, text #C0C0C0, accent #216915, link #F9F9F9, primary #216915; type scale h1 40px / h2 28px / body 16px; 4px spacing base; 12px base radius. The single interactive/action color is #02D6E8 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#040714
surface#0F121E
border#20222D
text#C0C0C0
text_muted#78797E
primary#216915
accent#216915
link#F9F9F9
button_bg#02D6E8
button_text#02172A

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--identity-colors-button_secondary_default#FFFFFF
--identity-colors-button_primary_hover_text#FFFFFF
--identity-colors-button_secondary_disabled_border#CCCED3
--identity-colors-hulu_tertiary#1CC471
--identity-colors-text_secondary#5F6166
--identity-colors-myDisney_blue100#A6B8FF
--identity-colors-myDisney_blue700#13007A
--identity-colors-myDisney_blue800#0A0057
--identity-colors-button_primary_disabled#A6B8FF
--identity-colors-myDisney_blue900#030037

…and 75 more measured on the page.

Button states (measured)

Layout (measured)

Input (measured)

height 50px · radius 8px 0px 0px 8px · focus ring rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/disneyplus.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/disneyplus.theme.ts https://mozaika.design/api/astryx/decode/disneyplus.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Disney+ Mobile")

Export: DESIGN.md

# Disney+ Mobile — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#040714` |
| surface | `#0F121E` |
| border | `#20222D` |
| text | `#C0C0C0` |
| text_muted | `#78797E` |
| primary | `#216915` |
| accent | `#216915` |
| link | `#F9F9F9` |
| button_bg | `#02D6E8` |
| button_text | `#02172A` |

**Using these colors**

- **Action color** `#02D6E8` — 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` are all `#216915` — one role, not several.
- **accent** `#216915` — accent for emphasis — keep it rare on the page.
- **link** `#F9F9F9` — reads as a neutral UI color, not a link accent — verify against the reference (action = #02D6E8).
- **Page coverage** (full-page screenshot pixels): `#040714` 51.3% · `#2E2729` 25.7% · `#434746` 12.2% · `#6F948B` 10.8%

## Typography

- Heading: **Inspire** _(free fallback: Newsreader)_
- Body: **Inspire** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 40px / 700 · lh 48px |
| h2 | 28px / 700 · lh 34px |
| h3 | 20px / 700 · lh 24px |
| body | 16px / 400 · lh 22px |
| small | 14px / 400 · lh 20px |
| eyebrow | 16px / 400 · tracking 0.4px |

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

> **Fonts —** Inspire may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 8px, 10px, 12px, 16px, 20px, 24px, 26px, 40px, 44px — snap all gaps/padding to these
- section rhythm: 81px top/bottom padding per section (measured)

## Radius
- base: 12px
- button: 0px 8px 8px 0px
- card: 12px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#02D6E8` / `#02172A` | none | 0px 8px 8px 0px | 8px 44px 8px 44px | 400 16px / 0.4px | none |
| secondary | `rgba(0, 0, 0, 0.8)` / `#FAFAFA` | 2px solid rgb(111, 113, 123) | 8px | 8px 16px 8px 16px | 400 16px | none |

**States (measured, not guessed)**

- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: border `2px solid rgba(0, 0, 0, 0)` · background `#FAFAFA` · color `#17171C`
- transition: `all 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px`

## Motion
- durations: 300ms (dominant) · 150ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)`
- animated properties: transform, box-shadow, opacity

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 |
|-------|-------|
| `--identity-colors-button_secondary_default` | `#FFFFFF` |
| `--identity-colors-button_primary_hover_text` | `#FFFFFF` |
| `--identity-colors-button_secondary_disabled_border` | `#CCCED3` |
| `--identity-colors-hulu_tertiary` | `#1CC471` |
| `--identity-colors-text_secondary` | `#5F6166` |
| `--identity-colors-myDisney_blue100` | `#A6B8FF` |
| `--identity-colors-myDisney_blue700` | `#13007A` |
| `--identity-colors-myDisney_blue800` | `#0A0057` |
| `--identity-colors-button_primary_disabled` | `#A6B8FF` |
| `--identity-colors-myDisney_blue900` | `#030037` |
| `--identity-colors-select_field_underline_hover` | `#AEB0B5` |
| `--identity-colors-myDisney_blue150` | `#8594FF` |

_…and 73 more measured on the page._

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

## Layout (measured)
- container max 1120px · common grid: 2-col
- nav: 0px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 826 | 2 | — | 259/81 | 69/31 |
| 826 | 627 | 2 | — | 33/81 | — |
| 1454 | 949 | — | — | 0/81 | — |
| 2403 | 1218 | — | — | 81/81 | — |
| 3620 | 697 | — | — | 81/81 | — |
| 4318 | 717 | — | — | 81/81 | — |

## Components (measured)
- input: h 50px · r 8px 0px 0px 8px · bg #2C2E35 · placeholder #9CA3AF
  - focus ring: `rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px` — this exact construction, don't invent your own
- link: #F9F9F9 · underline

## Responsive (measured)
- breakpoints: 440px · 480px · 660px · 768px · 800px · 1025px
- mobile (390px): body 18px · 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/decode/disneyplus.com

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of Disney+ Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with disneyplus.com. No screenshots stored. Removal requests: hello@mozaika.design.