MozaikaLive decode

Peloton Mobile — decoded design system

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

Peloton 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/onepeloton.com.

Decoded design system

Peloton Mobile's decoded design system: background #0C0C0D, text #FFFFFF, accent #1A1630, link #65666A, primary #1A1630; type scale h1 48px / h2 36px / body 16px; 8px spacing base; 12px base radius. The single interactive/action color is #DF1C2F — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0C0C0D
surface#1A1A1B
border#303031
text#FFFFFF
text_muted#A2A2A3
primary#1A1630
accent#1A1630
link#65666A
button_bg#DF1C2F
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadow

rgba(0, 0, 0, 0) 0px 0px 0px 0px

Shadows (elevation)

Motion

Micro-interactions run at 150ms (dominant) with ease-in-out.

Native design tokens

TokenValue
--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-transparentrgba(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)

Layout (measured)

Motion choreography (measured)

Load order: svg.sc-10360a0e-1×11 → div.sc-f7025cf8-1×99 → div.Flex__StyledFlex-design-×2 → div.ReactModal__Overlaydiv.fides-bannerdiv.fides-banner

Overlay recipe (measured)

dialog panel: rgba(0, 0, 0, 0) · radius 0px

Responsive (measured)

Install it

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

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

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

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

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

Export: DESIGN.md

# Peloton Mobile — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#0C0C0D` |
| surface | `#1A1A1B` |
| border | `#303031` |
| text | `#FFFFFF` |
| text_muted | `#A2A2A3` |
| primary | `#1A1630` |
| accent | `#1A1630` |
| link | `#65666A` |
| button_bg | `#DF1C2F` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#DF1C2F` — 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 `#1A1630` — one role, not several.
- **accent** `#1A1630` — accent for emphasis — keep it rare on the page.
- **link** `#65666A` — reads as a neutral UI color, not a link accent — verify against the reference (action = #DF1C2F).
- **Page coverage** (full-page screenshot pixels): `#0C0B08` 52.4% · `#404040` 27.7% · `#E4E3E3` 16.5% · `#3C2B2C` 3.4%

## Typography

- Heading: **Inter**
- Body: **Inter**

| 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.

> **Fonts —** Inter — free, on Google.

## 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: 28px
- 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`
- button: `rgba(0, 0, 0, 0) 0px 0px 0px 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/decode/onepeloton.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 Peloton Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with onepeloton.com. No screenshots stored. Removal requests: hello@mozaika.design.