Warp — decoded design system
Warp'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.
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/warp.dev.
Decoded design system
Warp's decoded design system: background #FCFCFC, text #0A0908, accent #01A4FF, link #01A4FF, primary #656D76; type scale h1 96px / h2 72px / body 16px; 4px spacing base; 3px base radius. The single interactive/action color is #0A0908 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FCFCFC |
| surface | #EDEDED |
| border | #D7D7D7 |
| text | #0A0908 |
| text_muted | #656564 |
| primary | #656D76 |
| accent | #01A4FF |
| link | #01A4FF |
| secondary | #8B949E |
| button_bg | #0A0908 |
| button_text | #F8F5EE |
Using these colors
- Action color
#0A0908— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#01A4FF— one role, not several (the action color).- accent
#01A4FF— accent for emphasis — keep it rare on the page. - primary
#656D76— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #0A0908). - secondary
#8B949E— 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.
Typography
- Heading: Matter
- Body: Matter
- Mono: Azeret Mono
- h1: 96px
- h2: 72px
- body: 16px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 20px, 24px, 32px
Radii
- base: 3px
- button: 0px
Shadows (elevation)
- overlay:
rgba(0, 0, 0, 0.28) 0px 12px 32px -8px, rgba(0, 0, 0, 0.1) 0px 2px 8px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 200ms · 500ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease-in-out - animated properties: opacity, color, background-color, border-color
Native design tokens
| Token | Value |
|---|---|
--color-violet-600 | lab(41.088% 68.9966 -91.995) |
--terminus-theme-purple-fg | oklch(18% .07 300) |
--color-blue-700 | lab(36.9089% 35.0961 -85.6872) |
--gray-950 | oklch(7% .007 220) |
--color-blue-300 | lab(77.5052% -6.4629 -36.42) |
--color-cyan-700 | lab(44.7267% -21.5987 -26.118) |
--color-text-secondary | oklch(40% .007 220) |
--color-card-foreground | lab(96.5592% .310391 3.81117) |
--color-olive-100 | lab(96.0988% -.493258 1.82395) |
--color-primary-foreground | #121212 |
…and 110 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1280px - nav: 42px relative
Motion choreography (measured)
Load order: div.flex×2 → div.grid×7 → div.grid×7 → div.flex×3 → div.flex×3 → img.no-frame×10
Scroll reveal: 4 elements rest at opacity 0, translateY(12px), animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1).
Input (measured)
height 28px · radius 5px · focus ring 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, rgb(0, 122, 255) 0px 0px 0px 2px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px · 1536px
- mobile (390px): hero 40px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/warp.dev
registry item · or query it over MCP: get_design_system("Warp")
Export: DESIGN.md
# Warp — Design System > light, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FCFCFC` | | surface | `#EDEDED` | | border | `#D7D7D7` | | text | `#0A0908` | | text_muted | `#656564` | | primary | `#656D76` | | accent | `#01A4FF` | | link | `#01A4FF` | | secondary | `#8B949E` | | button_bg | `#0A0908` | | button_text | `#F8F5EE` | **Using these colors** - **Action color** `#0A0908` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `link` are all `#01A4FF` — one role, not several. - **accent** `#01A4FF` — accent for emphasis — keep it rare on the page. - **primary** `#656D76` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #0A0908). - **secondary** `#8B949E` — 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): `#FDFCFD` 89.7% · `#121314` 6.9% · `#C8C5CF` 3.4% ## Typography - Heading: **Matter** _(free fallback: Inter)_ - Body: **Matter** _(free fallback: Inter)_ - Mono: **Azeret Mono** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 96px / 400 · lh 96px · tracking -4.8px | | h2 | 72px / 400 · lh 79px · tracking -2.52px | | h3 | 50px / 400 · lh 63px · tracking -1.76px | | body | 16px / 400 · lh 24px | | small | 15px / 400 · lh 23px · tracking 0.75px | | eyebrow | 15px / 400 · tracking 0.75px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Matter is proprietary — closest free match: Inter (Google). Load Inter; keep Matter first so licensed users still get it. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 20px, 24px, 32px — snap all gaps/padding to these - section rhythm: 64px top/bottom padding per section (measured) ## Radius - base: 3px - button: 0px - card: 4px - pill: 9999px - sharp: 3px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `oklch(0.07 0.007 220)` / `oklch(0.97 0.007 220)` | none | 0px | 4px 16px 4px 16px | 500 14px | none | | secondary | `rgba(0, 0, 0, 0)` / `oklch(0.07 0.007 220)` | none | 5px | 4px 12px 4px 12px | 500 14px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` - secondary hover: background `oklab(0.07 -0.00536231 -0.00449951 / 0.1)` - transition: `opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1)` ## Shadows (elevation) - overlay: `rgba(0, 0, 0, 0.28) 0px 12px 32px -8px, rgba(0, 0, 0, 0.1) 0px 2px 8px 0px` ## Motion - durations: 150ms (dominant) · 200ms · 500ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-in-out` - animated properties: opacity, color, background-color, border-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-violet-600` | `lab(41.088% 68.9966 -91.995)` | | `--terminus-theme-purple-fg` | `oklch(18% .07 300)` | | `--color-blue-700` | `lab(36.9089% 35.0961 -85.6872)` | | `--gray-950` | `oklch(7% .007 220)` | | `--color-blue-300` | `lab(77.5052% -6.4629 -36.42)` | | `--color-cyan-700` | `lab(44.7267% -21.5987 -26.118)` | | `--color-text-secondary` | `oklch(40% .007 220)` | | `--color-card-foreground` | `lab(96.5592% .310391 3.81117)` | | `--color-olive-100` | `lab(96.0988% -.493258 1.82395)` | | `--color-primary-foreground` | `#121212` | | `--gray-600` | `oklch(40% .007 220)` | | `--color-green-500` | `lab(70.5521% -66.5147 45.8073)` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1280px - nav: 42px relative · border-bottom 1px solid lab(29.2767 -1.52773 -1.4745) · bg lab(2.48968 -0.45754 -0.465265) | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 126 | 1208 | — | — | 0/0 | — | | 584 | 750 | — | — | 44/44 | — | | 673 | 566 | — | — | 0/0 | — | | 715 | 392 | — | — | 0/0 | — | | 1384 | 542 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `div.flex`×2 @0ms → `div.grid`×7 @888ms → `div.grid`×7 @888ms → `div.flex`×3 @888ms → `div.flex`×3 @888ms → `img.no-frame`×10 @888ms - `span.inline-block` ×3 — opacity 0→1 · transform translateY(8px) scale(0.985)→translateY(0px) scale(1) — 320ms cubic-bezier(0.16, 1, 0.3, 1) - `div.composer-controls-reveal` — opacity 0→1 · transform translateY(10px)→translateY(0px) — 240ms cubic-bezier(0.16, 1, 0.3, 1) - scroll reveal: 4 elements rest at opacity 0, translateY(12px), animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1) (4 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 28px · r 5px · border 1px solid rgba(0, 0, 0, 0) · bg oklab(0.943004 0.0000428557 0.0000188947 / 0.55) · placeholder #565656 - focus ring: `` — this exact construction, don't invent your own - link: lab(96.5815 -2.55355 -2.46191) · no underline ## Responsive (measured) - breakpoints: 640px · 768px · 1024px · 1280px · 1536px - mobile (390px): hero 40px · 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.
An automated reading of Warp's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with warp.dev. No screenshots stored. Removal requests: hello@mozaika.design.