Peloton Mobile — Design System
Peloton 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/peloton-mobile.
Tokens
Peloton Mobile's decoded design system: background #0C0C0D, text #FFFFFF, accent #1A1630, link #1A1630, primary #1A1630; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #1A1630 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0C0C0D |
| surface | #1A1A1B |
| border | #303031 |
| text | #FFFFFF |
| text_muted | #A2A2A3 |
| primary | #1A1630 |
| accent | #1A1630 |
| link | #1A1630 |
| button_bg | #1A1630 |
| button_text | #0C0C0D |
Using these colors
- Action color
#1A1630— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#1A1630— one role, not several (the action color).- accent
#1A1630— 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: 4px, 6px, 8px, 12px, 16px, 18px, 22px, 24px, 32px, 40px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0) 0px 0px 0px 0px - card:
rgba(0, 0, 0, 0.05) 0px 4px 4px 0px - overlay:
rgba(0, 0, 0, 0.05) 0px 16px 40px 4px
Motion
Micro-interactions run at 150ms (dominant) with ease-in-out.
- durations: 150ms · 300ms · 500ms
- easings:
ease-in-out·ease - animated properties: color, padding-block-start, opacity, transform
Native design tokens
| Token | Value |
|---|---|
--toastify-color-light | #fff |
--toastify-color-dark | #121212 |
--toastify-color-info | #3498db |
--toastify-color-success | #07bc0c |
--toastify-color-warning | #f1c40f |
--toastify-color-error | #e74c3c |
--toastify-color-transparent | rgba(255,255,255,0.7) |
--toastify-icon-color-info | #3498db |
--toastify-icon-color-success | #07bc0c |
--toastify-icon-color-warning | #f1c40f |
…and 77 more measured on the page.
Button states (measured)
- primary hover: border
2px solid rgb(208, 12, 42)· background#D00C2A - primary focus: box-shadow
rgb(132, 182, 225) 0px 0px 0px 2px
Layout (measured)
- container max-width:
1220px - nav: 406px
Motion choreography (measured)
Load order: svg.sc-10360a0e-1×11 → div.sc-f7025cf8-1×99 → div.Flex__StyledFlex-design-×2 → div.ReactModal__Overlay → div.fides-banner → div.fides-banner
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 580px · 768px · 800px · 1024px
- mobile (390px): hero 32px · nav inline
Export: DESIGN.md
# Peloton Mobile — Design System > dark, consumer, high — deep decode (measured live) Peloton 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 | `#0C0C0D` | | surface | `#1A1A1B` | | border | `#303031` | | text | `#FFFFFF` | | text_muted | `#A2A2A3` | | primary | `#1A1630` | | accent | `#1A1630` | | link | `#1A1630` | | button_bg | `#1A1630` | | button_text | `#0C0C0D` | **Using these colors** - **Action color** `#1A1630` — 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 `#1A1630` — one role, not several (your action color). - **accent** `#1A1630` — 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): `#0C0B08` 52.4% · `#404040` 27.7% · `#E4E3E3` 16.5% · `#3C2B2C` 3.4% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 48px / 600 · lh 62px · tracking -0.2px | | h2 | 36px / 600 · lh 47px · tracking -0.2px | | h3 | 32px / 600 · lh 42px · tracking -0.2px | | body | 16px / 500 · lh 21px | | small | 15px / 600 · lh 21px | - Weight ladder: 300 · 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 12px, 16px, 18px, 22px, 24px, 32px, 40px — snap all gaps/padding to these - section rhythm: 80px top/bottom padding per section (measured) ## Radius - base: 12px - button: 12px - card: 6px - sharp: 3px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#DF1C2F` / `#FFFFFF` | 2px solid rgb(223, 28, 47) | 28px | 0px 22px 0px 22px | 500 16px | rgba(0, 0, 0, 0) 0px 0px 0px 0px | | secondary | `#181A1D` / `#FFFFFF` | none | 28px | 18px 24px 18px 24px | 600 14px | none | **States (measured, not guessed)** - primary hover: border `2px solid rgb(208, 12, 42)` · background `#D00C2A` - primary focus: box-shadow `rgb(132, 182, 225) 0px 0px 0px 2px` - transition: `all 0.15s ease-in-out` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px` - card: `rgba(0, 0, 0, 0.05) 0px 4px 4px 0px` - overlay: `rgba(0, 0, 0, 0.05) 0px 16px 40px 4px` ## Motion - durations: 150ms (dominant) · 300ms · 500ms - easings: `ease-in-out` (dominant) · `ease` - animated properties: color, padding-block-start, opacity, transform 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 | |-------|-------| | `--toastify-color-light` | `#fff` | | `--toastify-color-dark` | `#121212` | | `--toastify-color-info` | `#3498db` | | `--toastify-color-success` | `#07bc0c` | | `--toastify-color-warning` | `#f1c40f` | | `--toastify-color-error` | `#e74c3c` | | `--toastify-color-transparent` | `rgba(255,255,255,0.7)` | | `--toastify-icon-color-info` | `#3498db` | | `--toastify-icon-color-success` | `#07bc0c` | | `--toastify-icon-color-warning` | `#f1c40f` | | `--toastify-icon-color-error` | `#e74c3c` | | `--toastify-toast-background` | `#fff` | _…and 75 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1220px - nav: 406px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 331 | 322 | — | — | 0/0 | — | | 690 | 409 | — | — | 0/0 | — | | 1099 | 756 | — | — | 64/64 | — | | 1854 | 692 | — | — | 0/64 | — | | 2546 | 651 | — | — | 0/64 | — | | 3197 | 779 | — | — | 80/80 | — | | 3976 | 498 | — | — | 80/80 | — | | 4475 | 290 | — | — | 80/0 | — | ## Motion choreography (measured) Load order: `svg.sc-10360a0e-1`×11 @0ms → `div.sc-f7025cf8-1`×99 @1ms → `div.Flex__StyledFlex-design-`×2 @1654ms → `div.ReactModal__Overlay` @2633ms → `div.fides-banner` @2888ms → `div.fides-banner` @2888ms - overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - card ×3: pad 0px 0px 0px 0px · r 3px · shadow rgba(0, 0, 0, 0.05) 0px 16px 40px 4px · bg #FFFFFF - hover: font-weight `300` · letter-spacing `normal` - link: #181A1D · no underline — hover #65666A ## Responsive (measured) - breakpoints: 580px · 768px · 800px · 1024px - mobile (390px): hero 32px · 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/peloton-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #1A1630 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #0C0C0D;
--color-surface: #1A1A1B;
--color-border: #303031;
--color-text: #FFFFFF;
--color-text-muted: #A2A2A3;
--color-primary: #1A1630; /* primary brand / action color. */
--color-accent: #1A1630; /* 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: #1A1630; /* inline text links — shares the action color. */
--color-button-bg: #1A1630; /* primary-button fill — the main call-to-action color. */
--color-button-text: #0C0C0D;
/* measured weights: 300, 400, 500, 600, 700 — use these, not 400/600 */
--text-hero: 48px; --font-weight-hero: 600; --leading-hero: 62px; --tracking-hero: -0.2px;
--text-h2: 36px; --font-weight-h2: 600; --leading-h2: 47px; --tracking-h2: -0.2px;
--text-h3: 32px; --font-weight-h3: 600; --leading-h3: 42px; --tracking-h3: -0.2px;
--text-body: 16px; --font-weight-body: 500; --leading-body: 21px;
--text-small: 15px; --font-weight-small: 600; --leading-small: 21px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 6px;
--radius-sharp: 3px;
--shadow-card: rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.05) 0px 16px 40px 4px;
--shadow-subtle: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
--color-btn-hover: #D00C2A; /* measured primary hover fill */
--shadow-focus: rgb(132, 182, 225) 0px 0px 0px 2px; /* measured focus ring */
--ease-brand: ease-in-out;
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--duration-slow: 500ms;
--section-y: 80px; /* per-section vertical padding (measured) */
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 8, 12, 16, 18, 22, 24, 32, 40px */
}Export: CSS variables
:root {
/* action color #1A1630 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #0C0C0D;
--surface: #1A1A1B;
--border: #303031;
--text: #FFFFFF;
--text-muted: #A2A2A3;
--primary: #1A1630; /* primary brand / action color. */
--accent: #1A1630; /* 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: #1A1630; /* inline text links — shares the action color. */
--button-bg: #1A1630; /* primary-button fill — the main call-to-action color. */
--button-text: #0C0C0D;
--text-hero: 48px; --weight-hero: 600; --leading-hero: 62px; --tracking-hero: -0.2px;
--text-h2: 36px; --weight-h2: 600; --leading-h2: 47px; --tracking-h2: -0.2px;
--text-h3: 32px; --weight-h3: 600; --leading-h3: 42px; --tracking-h3: -0.2px;
--text-body: 16px; --weight-body: 500; --leading-body: 21px;
--text-small: 15px; --weight-small: 600; --leading-small: 21px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 6px;
--radius-sharp: 3px;
--shadow-card: rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.05) 0px 16px 40px 4px;
--shadow-subtle: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
--btn-bg-hover: #D00C2A;
--focus-ring: rgb(132, 182, 225) 0px 0px 0px 2px;
--ease: ease-in-out;
--duration-fast: 150ms;
--duration-base: 300ms;
--duration-slow: 500ms;
--section-y: 80px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--toastify-color-light: #fff;
--toastify-color-dark: #121212;
--toastify-color-info: #3498db;
--toastify-color-success: #07bc0c;
--toastify-color-warning: #f1c40f;
--toastify-color-error: #e74c3c;
--toastify-color-transparent: rgba(255,255,255,0.7);
--toastify-icon-color-info: #3498db;
--toastify-icon-color-success: #07bc0c;
--toastify-icon-color-warning: #f1c40f;
--toastify-icon-color-error: #e74c3c;
--toastify-toast-background: #fff;
}