MozaikaLive decode

Peak Design — decoded design system

peakdesign.com · light · modern · custom · deep decode — measured live

Peak Design'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/peakdesign.com.

Decoded design system

Peak Design's decoded design system: background #FFFFFF, text #000000, accent #FBFDFC, link #000000, primary #CC2E39; type scale h1 80px / h2 68px / body 16px; 8px spacing base; 0px base radius. The single interactive/action color is #FBFDFC — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#CC2E39
accent#FBFDFC
link#000000
secondary#76CB75
button_bg#FBFDFC
button_text#1A211E

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--color-dark#000
--color-light#fff
--aside-width500px
--cart-aside-summary-height-with-discount300px
--cart-aside-summary-height250px
--announcement-bar-height40px
--header-bottom121px
--grid-item-width355px

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: li._item_1t7ga_40×6 → li._item_1t7ga_40×12 → div._container_1v6h9_1×22 → div.animate-fade-in×2 → div.animate-fade-in-up×3 → div.animate-fade-in-up×3

Scroll reveal: 13 elements rest at opacity 0, animate in over 0.4s ease.

Stagger: div ×3 — 250ms apart.

Input (measured)

height 48px · radius 4px · focus ring 2px solid rgb(195, 193, 197)

Responsive (measured)

Install it

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

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

registry item · or query it over MCP: get_design_system("Peak Design")

Export: DESIGN.md

# Peak Design — Design System

> light, modern, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#CC2E39` |
| accent | `#FBFDFC` |
| link | `#000000` |
| secondary | `#76CB75` |
| button_bg | `#FBFDFC` |
| button_text | `#1A211E` |

**Using these colors**

- **Action color** `#FBFDFC` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `button_bg` are all `#FBFDFC` — one role, not several (your action color).
- **accent** `#FBFDFC` — 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.
- **primary** `#CC2E39` — a brand color — but the call-to-action uses #FBFDFC, not this.
- **link** `#000000` — reads as a neutral UI color, not a link accent — verify against the reference (action = #FBFDFC).
- **secondary** `#76CB75` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#0B0B0C` 35.9% · `#2E2F32` 25.4% · `#595858` 12.3% · `#9F9B95` 10.7%

## Typography

- Heading: **Geist**
- Body: **Bryant** _(free fallback: Newsreader)_
- Mono: **Geist Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 80px / 400 · lh 88px · tracking -2px |
| h2 | 68px / 400 · lh 75px · tracking -1px |
| h3 | 48px / 400 · lh 53px · tracking -0.48px |
| body | 16px / 400 · lh 16px |
| small | 14px / 400 · lh 14px |
| eyebrow | 14px / 500 · tracking 0.8px |

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

> **Fonts —** Geist — free, on Google. Bryant may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 3px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px — snap all gaps/padding to these

## Radius
- base: 0px
- button: 4px
- card: 8px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FBFDFC` / `#1A211E` | 1px solid rgb(251, 253, 252) | 4px | 12px 24px 12px 24px | 700 16px | none |
| secondary | `#000000` / `#FBFDFC` | none | 4px | — | — | none |

**States (measured, not guessed)**

- primary hover: background `#F7F9F8`
- primary focus: outline `2px solid rgb(251, 253, 252)`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0.04) 0px 0px 4px 0px`
- card: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px`
- overlay: `rgba(0, 0, 0, 0.2) 0px 0px 30px 1px`

## Motion
- durations: 150ms (dominant) · 200ms · 400ms
- easings: `ease-out` (dominant) · `ease`
- animated properties: transform, opacity, visibility, color

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 |
|-------|-------|
| `--color-dark` | `#000` |
| `--color-light` | `#fff` |
| `--aside-width` | `500px` |
| `--cart-aside-summary-height-with-discount` | `300px` |
| `--cart-aside-summary-height` | `250px` |
| `--announcement-bar-height` | `40px` |
| `--header-bottom` | `121px` |
| `--grid-item-width` | `355px` |

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

## Layout (measured)
- container max 1310px · common grid: 2-col
- nav: 121px sticky · border-bottom 1px solid rgb(230, 233, 232) · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 841 | 873 | — | — | 0/0 | — |
| 1714 | 1516 | 3 | 24 | 0/0 | — |
| 3230 | 565 | 2 | — | 0/0 | 69/31 |
| 3796 | 791 | 2 | — | 0/0 | — |
| 4587 | 485 | 3 | 24 | 0/0 | — |

## Motion choreography (measured)
Load order: `li._item_1t7ga_40`×6 @0ms → `li._item_1t7ga_40`×12 @1ms → `div._container_1v6h9_1`×22 @140ms → `div.animate-fade-in`×2 @4996ms → `div.animate-fade-in-up`×3 @5122ms → `div.animate-fade-in-up`×3 @5123ms
- `li._item_1t7ga_40` ×8 — transform translateY(0px)→translateY(-100%) — 200ms ease-out
- `div.animate-fade-in` ×2 — opacity 0→1 — 500ms ease
- `li._item_1t7ga_40` ×2 — transform translateY(100%)→translateY(0px) — 200ms ease-out
- `div.animate-fade-in-up` ×3 — translate 0px 12px→0px — 750ms ease (delay 200ms)
- `div.animate-fade-in-up` ×3 — opacity 0→1 — 750ms ease (delay 200ms)
- `div._container_1v6h9_1` ×4 — opacity 1→1 — 1500ms ease · loops
- stagger: `div` ×3 — 250ms apart
- scroll reveal: 13 elements rest at opacity 0, animate in over 0.4s ease (0 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- input: h 48px · r 4px · border 1px solid rgb(204, 207, 205) · bg #FFFFFF · placeholder #606562
  - focus ring: `2px solid rgb(195, 193, 197)` — this exact construction, don't invent your own
- link: #1A211E · no underline
- disabled: bg rgba(0, 0, 0, 0) · text #606562

## Responsive (measured)
- breakpoints: 480px · 499px · 599px · 768px · 1024px · 1180px
- mobile (390px): body 16px · nav: hamburger

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

← 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. Connect your agent over MCP.

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