getComputedStyle() from the live screenshots visible here.
Color Palette
13 colors extracted via getComputedStyle(). Click any swatch to copy its hex value.
Background & Surface
Text & Content
Accent & Interactive
Border & Divider
Full Extracted Palette (+4)
Typography
All values extracted via getComputedStyle() — no estimation.
| Role | Font Family | Size / Weight | Line Height | Letter Spacing | Preview |
|---|---|---|---|---|---|
| Display Hero | Matter | 64px / w400 | 1.1 | -1.6px | Display Hero |
| Sub-heading | Matter | 36px / w400 | 1.22 | -0.9px | Sub-heading |
| Caption | Inter | 18px / w400 | 1.78 | normal | Caption |
| Card Title | Inter | 16px / w400 | 1.5 | normal | Card Title |
| Button | Inter | 14px / w400 | 1.43 | normal | Button |
| Button | Inter | 14px / w500 | 2 | normal | Button |
Live Components
Rendered in real HTML using your extracted tokens — no screenshots.
Buttons
Form Inputs
Card
Badges & Labels
Spacing Scale
Border Radius
0px
4px
6px
16px
16px
16px
9999px
Component Specs
Extracted CSS values per component and variant state.
### Buttons
- Background: `transparent`
- Text: `#000000`
- Padding: 0px
- Radius: 4px
- Font: 14px weight 400
- Use: Toolbar/UI icons
- Hover: backgroundColor: `#000000`, color: `#000000`, border: `0px solid oklab(0.479999 0.000654012 0.00697976)`
- Focus: outline: `rgb(95, 93, 89) auto 1px`
- Background: `transparent`
- Text: `#000000`
- Padding: 4px 10px
- Radius: 3px
- Font: 14px weight 500
- Use: Subtle action, toolbar, nav button
- Hover: backgroundColor: `#000000`, color: `#000000`, border: `0px solid oklab(0.479999 0.000654012 0.00697976)`
- Focus: outline: `rgb(95, 93, 89) auto 1px`
- Background: `transparent`
- Text: `#000000`
- Padding: 0px 12px
- Radius: 3px
- Font: 14px weight 500
- Use: Subtle action, toolbar, nav button
- Hover: backgroundColor: `#000000`, color: `#000000`, border: `0px solid oklab(0.479999 0.000654012 0.00697976)`
- Focus: outline: `rgb(95, 93, 89) auto 1px`
- Background: `transparent`
- Text: `#000000`
- Padding: 0px
- Radius: 9999px
- Font: 14px weight 400
- Use: Toolbar/UI icons
- Hover: backgroundColor: `#000000`, color: `#000000`, border: `0px solid oklab(0.479999 0.000654012 0.00697976)`
- Focus: outline: `rgb(95, 93, 89) auto 1px`
Cards & Containers
- Background: `transparent`
- Padding: 0px
- Radius: 0px
- Use: Content containers, listing items
Navigation
- Background: `#ffffff` `{colors.hairline}`
- Padding: 10px 40px
- Radius: none
- Font: 16px weight 400
- Use: Fixed/sticky block nav — N/A items
Testimonials
- Background: `transparent`
- Text: `#121212` `{colors.surface-2}`
- Padding: 112px 0px
- Radius: 0px
- Font: 16px weight 400
- Use: Customer quote with avatar + company attribution
- Background: `#cbb0f7` `{colors.primary}`
- Text: `#121212` `{colors.surface-2}`
- Padding: 0px
- Radius: 0px
- Font: 16px weight 400
- Use: Customer quote with avatar + company attribution
Tabs
- Background: `transparent`
- Text: `#121212` `{colors.surface-2}`
- Padding: 0px
- Radius: 0px
- Font: 16px weight 400
- Use: Navigation tabs, filter tabs
- Background: `transparent`
- Text: `#121212` `{colors.surface-2}`
- Padding: 0px 4px
- Radius: 9999px
- Font: 16px weight 400
- Use: Navigation tabs, filter tabs
Interaction State Narrative
- **Button**:
- - **hover:** bg transparent → #000000, text #000000 → #000000, border changes
- **FooterLink**:
- - **hover:** opacity 0.8
Buttons
- **DO NOT introduce new buttons variants** without justification
Cards & Containers
- **DO NOT introduce new cards & containers variants** without justification
Navigation
- **DO NOT introduce new navigation variants** without justification
Testimonials
- **DO NOT introduce new testimonials variants** without justification
Tabs
- **DO NOT introduce new tabs variants** without justification
Visual Reference
Playwright screenshots captured during extraction — source of truth for all tokens.
Breakpoints
Elevation & Depth
Shadow levels rendered live — every value extracted directly from the design system.
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0…
rgb(31, 31, 31) 0px 0px 0px 1px inset
rgb(55, 50, 69) 0px 0px 0px 1px inset
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0…
rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklch(0.39 0.006 84.6) 0px 0px 0px 0px inset, …
Motion & Transitions
7 motion tokens — easing curves and durations.
| --ease-in | cubic-bezier(.4,0,1,1) |
| --duration-slow | calc(.4s*1) |
| --duration-fast | calc(.1s*1) |
| --ease-in-out | cubic-bezier(.4,0,.2,1) |
| --motion-speed | 1 |
| --ease-out | cubic-bezier(0,0,.2,1) |
| --duration-normal | calc(.2s*1) |
Motion Timeline
8 keyframe animations extracted from the live page. Preview 8 below — each block is animating right now with the actual extracted keyframes.
reveal
fill-progress
scroll-left
scroll-right
loading-spinner-in
spin-slow
spin
hero-left-photo-carousel
Component States
Default → Hover → Focus → Active visual diff per component. Captured via Playwright state simulation.
| Component | States | ||
|---|---|---|---|
| button |
default
button
bg rgba(0, 0, 0, 0)
fg lab(39.7069 0.226021 2.6737) |
hover
button
bg oklab(0 0 0 / 0)
fg oklab(0.479999 0.000654012 0.00697976) |
focus
button
bg rgba(0, 0, 0, 0)
fg lab(39.7069 0.226021 2.6737) |
| link |
default
link
bg rgba(0, 0, 0, 0)
fg lab(2.48527 0.0667796 0.668094) | ||
| card |
default
card
bg rgba(0, 0, 0, 0)
fg oklch(0.97 0.01 84.6) | ||
| navLink |
default
navLink
bg rgba(0, 0, 0, 0)
fg oklch(0.97 0.01 84.6) | ||
| tab |
default
tab
bg rgba(0, 0, 0, 0)
fg rgb(18, 18, 18) |
Z-Index Stacking Context
26 z-index values detected. Top 20 ordered by stacking priority. ● 100+ (modals) · ● 10-99 (overlays) · ● 1-9 (UI chrome).
Export tokens
Copy these design tokens to any framework. Generated from warp.dev live extraction.
Clicks copy to clipboard AND download the file. All values from getComputedStyle() on the live page — no estimates.
DESIGN.md
Narrative design system document — paste directly into Claude Code, Cursor, or Bolt.
---
version: alpha
name: warp.dev
description: "Light product system built on #121212 with #cbb0f7 as the primary CTA accent. Type anchored in Inter at 64px / weight 400. Extracted automatically from https://warp.dev/ — every value from getComputedStyle(), no approximation."
narrative: |
warp.dev is built on a near-black canvas (#121212).
The system uses #cbb0f7 as the singular interactive color.
Crisp CTAs (4px radius) reinforce a precise, technical aesthetic alongside Inter as the primary typeface.
colors:
background: "#121212"
surface-1: "#121212"
surface-2: "#121212"
ink-subtle: "#0b0b0b"
primary: "#cbb0f7"
on-primary: "#ffffff"
primary-hover: "#bda6f7"
hairline: "rgba(255,255,255,0.08)"
primary-focus: "#5f5d59"
typography:
display-xl:
fontFamily: "Matter"
fontSize: 64px
fontWeight: 400
lineHeight: 1.1
letterSpacing: -1.6px
display-md:
fontFamily: "Matter"
fontSize: 36px
fontWeight: 400
lineHeight: 1.22
letterSpacing: -0.9px
body:
fontFamily: "Inter"
fontSize: 16px
fontWeight: 400
lineHeight: 1.5
letterSpacing: 0
caption:
fontFamily: "Inter"
fontSize: 18px
fontWeight: 400
lineHeight: 1.78
letterSpacing: 0
button:
fontFamily: "Inter"
fontSize: 14px
fontWeight: 400
lineHeight: 1.43
letterSpacing: 0
rounded:
none: 0px
xs: 4px
sm: 6px
md: 16px
lg: 16px
xl: 16px
xxl: 24px
pill: 9999px
spacing:
xxs: 2px
xs: 2px
sm: 10px
md: 40px
lg: 24px
xl: 32px
xxl: 64px
section: 80px
components:
button-icon-button:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.button}"
rounded: "{rounded.xs}"
button-ghost:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.button}"
rounded: "{rounded.xs}"
padding: 4px 10px
button-ghost:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.button}"
rounded: "{rounded.xs}"
padding: 0px 12px
card-standard-card:
backgroundColor: "transparent"
typography: "{typography.body}"
rounded: "{rounded.none}"
navigation-main-nav:
backgroundColor: "{colors.hairline}"
typography: "{typography.body}"
rounded: "{rounded.none}"
padding: 10px 40px
testimonial-quote-card:
backgroundColor: "transparent"
textColor: "{colors.surface-2}"
typography: "{typography.body}"
rounded: "{rounded.none}"
padding: 112px 0px
testimonial-quote-card:
backgroundColor: "{colors.primary}"
textColor: "{colors.surface-2}"
typography: "{typography.body}"
rounded: "{rounded.none}"
tab-ghost-tab:
backgroundColor: "transparent"
textColor: "{colors.surface-2}"
typography: "{typography.body}"
rounded: "{rounded.none}"
tab-ghost-tab:
backgroundColor: "transparent"
textColor: "{colors.surface-2}"
typography: "{typography.body}"
rounded: "{rounded.pill}"
padding: 0px 4px
extracted_at: "2026-05-30T20:40:23.087Z"
completeness: 78
scoreVersion: "v2"
---
# Design System — warp.dev
> Extracted automatically by Clone Architect from https://warp.dev
> Date: 2026-05-30
> Viewport: Desktop 1440x900 + Mobile 390x844
> Every value in this file comes from real getComputedStyle() — no approximation.
> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `#121212` is the page background. Every component composits against this.
> - **Accent**: `#cbb0f7` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 48px between major bands. Card padding: 24px.
> - **Default radius**: 6px on buttons/inputs. Pills (`9999px`) only for icon-buttons or status chips.
>
> **Before generating UI**: import this DESIGN.md, scan §2 (Color Palette) + §4 (Components) + §10 (Agent Guide). Skip §11–12 unless extending.
## 1. Visual Theme & Atmosphere
warp.dev sits on a jet black canvas (`#121212`), a neutral foundation calibrated for sustained reading and component contrast.
Typography is anchored in **Inter**. Headlines run at a remarkably light weight (400) — restraint over assertion, creating an editorial calm that invites reading rather than demanding it. Negative letter-spacing at display sizes (-1.6px at 64px) compresses headlines into engineered blocks, dense and precise.
Body text reads in Unknown (`#000000`) (contrast ratio 100.0:1, well above WCAG AA). **Accent Purple** (`#cbb0f7`) provides interactive distinction without visual aggression. Elevation is built from multi-layer shadow stacks — each level combines several blurred layers at varying offsets to simulate the way light actually falls on stacked surfaces, not the simulated drop-shadow of cheap interfaces.
Motion design uses smooth easing curves for polished state transitions.
**Key Characteristics:**
- Background: Jet Black (`#121212`)
- Primary typeface: Inter
- Primary text: Unknown (`#000000`)
- Accent: Accent Purple (`#cbb0f7`)
- Display: 64px weight 400, letter-spacing -1.6px
- Shadow system: 9 distinct elevation levels
- Custom fonts loaded: Inter, Inter Fallback, DM Mono, DM Mono Fallback, Instrument Serif, Instrument Serif Fallback, Abel, Abel Fallback, Matter
## 2. Color Palette & Roles
### Background & Surface
- **Background** (`#121212`): Page background (primary)
- **White** (`#ffffff`): Surface / elevated background
### Text & Content
- **Unknown** (`#000000`): Primary body text
- **Jet Black** (`#0b0b0b`): Secondary text
- **Jet Black** (`#111111`): Secondary text
- **Near Black** (`#1c1a26`): Secondary text
- **Jet Black** (`#0c0c0c`): Secondary text
### Accent & Interactive
- **Accent Purple** (`#cbb0f7`): Accent / interactive (CSS var)
- **Lavender** (`#bda6f7`): Interactive / accent
- **Lavender** (`#c7aeff`): Interactive / accent
### CSS Custom Properties (Design Tokens)
**Primary Brand Color**
- `--color-primary-yellow`: `lab(79.2935% 13.5666 82.2486)`
- `--color-accent-purple`: `#cbb0f7`
- `--color-accent`: `oklch(71.5% 0.008 84.6)`
- `--color-primary-green`: `lab(69.7863% -53.411 45.1934)`
**Shadow Token**
- `--tw-inset-shadow-alpha`: `100%`
- `--tw-ring-shadow`: `0 0 #0000`
- `--tw-drop-shadow-alpha`: `100%`
- `--tw-inset-ring-shadow`: `0 0 #0000`
**Warning**
- `--color-amber-400`: `lab(80.1641% 16.6016 99.2089)`
- `--color-amber-600`: `lab(60.3514% 40.5624 87.1228)`
- `--color-amber-300`: `lab(86.4156% 6.13147 78.3961)`
- `--color-amber-500`: `lab(72.7183% 31.8672 97.9407)`
**Spacing Token**
- `--space-xl`: `calc(2rem*1)`
- `--scroll-padding-top`: `5.25rem`
- `--space-section`: `calc(4rem*1)`
- `--space-2xl`: `calc(3rem*1)`
**Border Radius Token**
- `--btn-radius`: `calc(0.125rem*1.5)`
- `--radius-sm`: `calc(0.125rem*.5)`
- `--radius`: `0.125rem`
- `--radius-2xl`: `1rem`
**Error / Destructive**
- `--color-red-200`: `lab(86.017% 19.8815 7.75869)`
- `--color-red-400`: `lab(63.7053% 60.745 31.3109)`
- `--color-red-500`: `lab(55.4814% 75.0732 48.8528)`
- `--color-red-700`: `lab(40.4273% 67.2623 53.7441)`
**Text Color**
- `--color-text-secondary`: `oklch(71.5% 0.008 84.6)`
- `--color-text-body`: `lab(76.8314% .247538 3.04846)`
- `--color-text`: `oklch(97.0% 0.010 84.6)`
**Success**
- `--color-green-500`: `lab(70.5521% -66.5147 45.8073)`
- `--color-green-700`: `lab(47.0329% -47.0239 31.4788)`
**Font Weight Token**
- `--font-weight-bold`: `700`
- `--font-weight-light`: `300`
- `--font-weight-semibold`: `600`
- `--font-weight-medium`: `500`
**Motion Token**
- `--easing`: `cubic-bezier(0.4, 0, 0.2, 1)`
- `--duration-slow`: `calc(.4s*1)`
- `--default-transition-duration`: `.15s`
**Background**
- `--color-background`: `#121212`
- `--color-surface`: `oklch(22.0% 0.004 84.6)`
**Font Family Token**
- `--default-font-family`: `"Inter","Inter Fallback", 'Inter', system-ui, sans-serif`
- `--default-mono-font-family`: `"DM Mono","DM Mono Fallback",ui-monospace,monospace`
**Secondary Color**
- `--color-muted`: `oklch(48.0% 0.007 84.6)`
**Border**
- `--color-border`: `oklch(39.0% 0.006 84.6)`
**Other tokens**
- `--section-bg-alt`: `transparent`
- `--text-2xl`: `1.5rem`
- `--color-indigo-400`: `lab(59.866% 22.4834 -64.4485)`
- `--color-purple-500`: `lab(52.0183% 66.11 -78.2316)`
- `--color-violet-600`: `lab(41.088% 68.9966 -91.995)`
- `--text-7xl`: `4.5rem`
- `--text-lg`: `1.125rem`
- `--color-blue-700`: `lab(36.9089% 35.0961 -85.6872)`
## 3. Typography Rules
### Font Families
- **Primary**: `Inter`
- **Secondary**: `Matter`
- **Font 3**: `Inter Fallback`
- **Font 4**: `DM Mono`
- **Font 5**: `DM Mono Fallback`
### Custom Fonts Loaded
- **Inter** weight 100 900 (italic)
- **Inter Fallback** weight normal (normal)
- **DM Mono** weight 400 (normal)
- **DM Mono** weight 500 (normal)
- **DM Mono Fallback** weight normal (normal)
- **Instrument Serif** weight 400 (italic)
- **Instrument Serif Fallback** weight normal (normal)
- **Abel** weight 400 (normal)
- **Abel Fallback** weight normal (normal)
- **Matter** weight 400 (normal)
- **Matter** weight 500 (normal)
### Typography Hierarchy
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | Matter | 64px | 400 | 1.1 | -1.6px | Main headline (h1) |
| Sub-heading | Matter | 36px | 400 | 1.22 | -0.9px | Third-level heading (h3) |
| Caption | Inter | 18px | 400 | 1.78 | normal | Image caption, helper text |
| Card Title | Inter | 16px | 400 | 1.5 | normal | Card headings |
| Button | Inter | 14px | 400 | 1.43 | normal | Button label (14px) |
| Button | Inter | 14px | 500 | 2 | normal | Button label (14px) |
### Font Weight Scale
CSS custom properties define 5 explicit weight steps:
- `--font-weight-light`: `300` — Light
- `--font-weight-normal`: `400` — Regular
- `--font-weight-medium`: `500` — Medium
- `--font-weight-semibold`: `600` — SemiBold
- `--font-weight-bold`: `700` — Bold
### Full Font Size Scale
Sizes detected in the design (descending): `72px`, `64px`, `44.80px`, `36px`, `30px`, `24px`, `18px`, `16px`, `14px`, `12px`, `11px`, `10px`
> 7 size(s) detected outside the sampled hierarchy (72px, 44.8px, 30px, 24px, 12px, 11px, 10px). These appear on elements not in the sampled set — likely additional display sizes, marketing-section overrides, or third-party-widget styles.
## 4. Component Stylings
### Buttons
**Icon Button**
- Background: `transparent`
- Text: `#000000`
- Padding: 0px
- Radius: 4px
- Font: 14px weight 400
- Use: Toolbar/UI icons
- Hover: backgroundColor: `#000000`, color: `#000000`, border: `0px solid oklab(0.479999 0.000654012 0.00697976)`
- Focus: outline: `rgb(95, 93, 89) auto 1px`
**Ghost**
- Background: `transparent`
- Text: `#000000`
- Padding: 4px 10px
- Radius: 3px
- Font: 14px weight 500
- Use: Subtle action, toolbar, nav button
- Hover: backgroundColor: `#000000`, color: `#000000`, border: `0px solid oklab(0.479999 0.000654012 0.00697976)`
- Focus: outline: `rgb(95, 93, 89) auto 1px`
**Ghost**
- Background: `transparent`
- Text: `#000000`
- Padding: 0px 12px
- Radius: 3px
- Font: 14px weight 500
- Use: Subtle action, toolbar, nav button
- Hover: backgroundColor: `#000000`, color: `#000000`, border: `0px solid oklab(0.479999 0.000654012 0.00697976)`
- Focus: outline: `rgb(95, 93, 89) auto 1px`
**Icon Button**
- Background: `transparent`
- Text: `#000000`
- Padding: 0px
- Radius: 9999px
- Font: 14px weight 400
- Use: Toolbar/UI icons
- Hover: backgroundColor: `#000000`, color: `#000000`, border: `0px solid oklab(0.479999 0.000654012 0.00697976)`
- Focus: outline: `rgb(95, 93, 89) auto 1px`
### Cards & Containers
**Standard Card**
- Background: `transparent`
- Padding: 0px
- Radius: 0px
- Use: Content containers, listing items
### Navigation
**Main Nav**
- Background: `#ffffff` `{colors.hairline}`
- Padding: 10px 40px
- Radius: none
- Font: 16px weight 400
- Use: Fixed/sticky block nav — N/A items
### Testimonials
**Quote Card**
- Background: `transparent`
- Text: `#121212` `{colors.surface-2}`
- Padding: 112px 0px
- Radius: 0px
- Font: 16px weight 400
- Use: Customer quote with avatar + company attribution
**Quote Card**
- Background: `#cbb0f7` `{colors.primary}`
- Text: `#121212` `{colors.surface-2}`
- Padding: 0px
- Radius: 0px
- Font: 16px weight 400
- Use: Customer quote with avatar + company attribution
### Tabs
**Ghost Tab**
- Background: `transparent`
- Text: `#121212` `{colors.surface-2}`
- Padding: 0px
- Radius: 0px
- Font: 16px weight 400
- Use: Navigation tabs, filter tabs
**Ghost Tab**
- Background: `transparent`
- Text: `#121212` `{colors.surface-2}`
- Padding: 0px 4px
- Radius: 9999px
- Font: 16px weight 400
- Use: Navigation tabs, filter tabs
## 4b. Component Behaviors (State Matrix)
### Interaction State Narrative
- **Button**:
- **hover:** bg transparent → #000000, text #000000 → #000000, border changes
- **FooterLink**:
- **hover:** opacity 0.8
*State transitions extracted via Playwright simulation — exact values in the YAML matrix below.*
```yaml
component-behaviors:
button:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "lab(39.7069 0.226021 2.6737)"
hover:
bg: "oklab(0 0 0 / 0)"
fg: "oklab(0.479999 0.000654012 0.00697976)"
focus:
bg: "rgba(0, 0, 0, 0)"
fg: "lab(39.7069 0.226021 2.6737)"
link:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "lab(2.48527 0.0667796 0.668094)"
card:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "oklch(0.97 0.01 84.6)"
navLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "oklch(0.97 0.01 84.6)"
tab:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(18, 18, 18)"
footerLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "oklch(0.715 0.008 84.6)"
hover:
bg: "rgba(0, 0, 0, 0)"
fg: "oklch(0.715 0.008 84.6)"
```
**Agent usage**: Validate generated components against this matrix. If your output's `:hover` state changes properties not listed here, you are off-brand.
## 4c. Component Vocabulary (Closed System)
*This brand uses ONLY the following component vocabulary. Introducing new variants without justification breaks the system's tonal coherence.*
### Buttons
- **4 shape(s)** in this system: `Icon Button`, `Ghost`, `Ghost`, `Icon Button`
- **DO NOT introduce new buttons variants** without justification
### Cards & Containers
- **1 shape(s)** in this system: `Standard Card`
- **DO NOT introduce new cards & containers variants** without justification
### Navigation
- **1 shape(s)** in this system: `Main Nav`
- **DO NOT introduce new navigation variants** without justification
### Testimonials
- **2 shape(s)** in this system: `Quote Card`, `Quote Card`
- **DO NOT introduce new testimonials variants** without justification
### Tabs
- **2 shape(s)** in this system: `Ghost Tab`, `Ghost Tab`
- **DO NOT introduce new tabs variants** without justification
## 5. Layout Principles
### Layout Type
**top-nav + content**
### Grid
Single column, centered content
### Max Width
80rem
### Spacing System
Compact spacing — information density prioritized
| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 2px |
| sm | 10px |
| md | 40px |
| base | 16px |
| lg | 24px |
| xl | 32px |
| 2xl | 48px |
| 3xl | 64px |
### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 4px | Tiny corners (badges, micro elements) |
| Sm | 6px | Buttons, inputs, small elements |
| Md | 16px | Cards, containers |
| Lg | 16px | Large rounded elements, pill segments |
| Xl | 16px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |
### Shape Language
| Component | Border Radius |
|-----------|---------------|
| Buttons | `4px` |
| Cards & Containers | `0px` |
| Navigation | `none` |
| Testimonials | `0px` |
| Tabs | `0px` |
| Page Body | `0px` |
**Shape Personality**: Subtly Rounded — Minimal corner rounding (1–4px). Professional restraint.
**Full Radius Spectrum**: 0px, 2px, 3px, 4px, 6px, 7px, 16px (from `allBorderRadii` scan)
## 5b. Spacing Rhythm Names
*Named spacing tokens with explicit use cases. Use these names in YOUR code instead of raw pixels for consistency.*
| Name | Value | Use case |
|------|-------|----------|
| **hero** | `64px` | Top/bottom of full-bleed hero sections |
| **section** | `32px` | Between major bands (color change, content shift) |
| **subsection** | `24px` | Within a section, between content groups |
| **card** | `40px` | Card padding, list-item spacing |
| **compact** | `10px` | Form fields, tight clusters, badge padding |
| **micro** | `2px` | Icon-text gap, tag inner padding |
**Agent rule**: NEVER hardcode raw pixel values for spacing in generated UI. Always reference these named tokens (`spacing-rhythm.section`, etc.).
## 5c. Widget & Structure Library
Structural patterns extracted from the page DOM — these are the **blueprints** an agent should follow to reproduce the page architecture (not just CSS values).
**6/8 structural patterns detected.**
### Hero Pattern
- **Composition:** centered — Centered composition — heading + subheading + CTAs stacked vertically, content centered horizontally. Common for SaaS marketing pages.
- **Viewport coverage:** full-viewport hero (≥70% screen height)
- **Heading:** "Ship better software with any agent" — 64px left-aligned
- **Subheading:** "Warp is an open agentic development environment born from the terminal. Run coding agents locally and in the cloud, across any model, any harness, rep"
- **Media:** present, positioned top
- **CTAs:** 2 (primary: "Download")
- **Clone instruction:** Reproduce the **centered** layout. Use the heading font-size token at the documented size. Place media top of text.
### Navigation Pattern
- **Position:** static (scrolls with page)
- **Layout:** unknown — Layout not classified
- **Height:** 84px
- **Logo:** ✓ present
- **Nav links:** 3 primary items
- **CTAs in nav:** 1
- **Clone instruction:** Build a static unknown navigation. Reserve 1 slot for primary CTA.
### Card Grid Pattern
- **Card count:** 4 cards detected
- **Columns (desktop):** 2-up grid
- **Card dimensions:** 832×722px (aspect 1.15:1)
- **Gap:** 80px between cards
- **Content:** ✓ image + CTA
- **Image position:** top
- **Clone instruction:** Build a 2-column grid (desktop) with cards at ~1.15:1 aspect ratio. Each card has an image at the top.
### Testimonial Pattern
- **Count:** 7 testimonial blocks
- **Layout:** grid
- **Avg quote length:** 148 chars (medium quote)
- **Includes:** ✗ no avatars | ✗ no logos | ✓ star ratings
- **Clone instruction:** Build a grid of 7 testimonials. Display ratings prominently.
### CTA Banner Pattern
- **Banner count:** 1
- **Position:** mid-page
- **Visual treatment:** ✓ contrasting background
- **Primary CTA text:** "Learn More"
- **Clone instruction:** Place a single CTA banner mid-page. Use contrasting solid background.
### Footer Pattern
- **Columns:** 5
- **Links:** 28 total
- **Height:** 468px
- **Includes:** ✗ no newsletter | ✓ social icons | ✓ copyright
- **Clone instruction:** Build a 5-column footer with ~6 links per column, social media links, and a copyright line.
## 6. Depth & Elevation
| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgba(0, 0, 0, 0) 0px 0px 0px 0px`,<br>`rgba(0, 0, 0, 0) 0px 0px 0px 0px`,<br>`rgba(0, 0, 0, 0) 0px 0px 0px 0px`,<br>`oklch(0.39 0.006 84.6) 0px 0px 0px 1px`,<br>`rgba(0, 0, 0, 0.1) 0px 10px 15px -3px`,<br>`rgba(0, 0, 0, 0.1) 0px 4px 6px -4px` | Cards, elevated surfaces |
| Inset (Level 2) | <br>`rgb(31, 31, 31) 0px 0px 0px 1px inset` | Buttons, pressed-state elements |
| Inset (Level 3) | <br>`rgb(55, 50, 69) 0px 0px 0px 1px inset` | Buttons, pressed-state elements |
| Inset (Level 4) | <br>`rgba(0, 0, 0, 0) 0px 0px 0px 0px`,<br>`rgba(0, 0, 0, 0) 0px 0px 0px 0px`,<br>`rgba(0, 0, 0, 0) 0px 0px 0px 0px`,<br>`oklch(0.39 0.006 84.6) 0px 0px 0px 1px inset`,<br>`rgba(0, 0, 0, 0) 0px 0px 0px 0px` | Buttons, pressed-state elements |
**Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.
## 7. Motion & Interaction
### Easing System
| CSS Variable | Curve | Semantic Name |
|--------------|-------|---------------|
| `--ease-in` | `cubic-bezier(.4,0,1,1)` | Custom Ease — Balanced |
| `--easing` | `cubic-bezier(0.4, 0, 0.2, 1)` | Material Standard — Balanced |
| `--ease-in-out` | `cubic-bezier(.4,0,.2,1)` | Ease Out — Decelerating |
| `--default-transition-timing-function` | `cubic-bezier(.4,0,.2,1)` | Ease Out — Decelerating |
| `--ease-out` | `cubic-bezier(0,0,.2,1)` | Ease Out — Decelerating |
### Duration Scale
| CSS Variable | Value | Tier |
|--------------|-------|------|
| `--duration-slow` | `calc(.4s*1)` | Slow |
| `--default-transition-duration` | `.15s` | Fast |
| `--duration-fast` | `calc(.1s*1)` | Fast |
| `--duration-normal` | `calc(.2s*1)` | Normal |
### Copy-Paste Transition Snippets
**Color / Background**
```css
transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cub...;
```
**Transform**
```css
transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), translate 0.2s cubic-bezier(0.4, 0, 0.2, 1), scale 0.2s cubic-bezier(0.4...;
```
**Opacity**
```css
transition: opacity 0.15s, scale 0.15s, display 0.15s allow-discrete, overlay 0.15s allow-discrete;
```
**Color / Background**
```css
transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-...;
```
### Keyframe Animation Catalog
| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `reveal` | Fade + Move | opacity, transform | UI transition |
| `fill-progress` | Custom | width | UI transition |
| `scroll-left` | Slide | transform | UI transition |
| `scroll-right` | Slide | transform | UI transition |
| `loading-spinner-in` | Fade | opacity | Loading indicator |
| `spin-slow` | Rotate / Spin | transform | Loading indicator |
| `spin` | Rotate / Spin | transform | Loading indicator |
| `hero-left-photo-carousel` | Fade | opacity | UI transition |
### Motion Fingerprint
- **Speed Character**: Balanced Pacing (median duration: `200ms`)
- **Dominant Easing**: custom cubic-bezier curves
- **Animation Library**: 8 unique animations (8 total including variants)
> This design moves with balanced pacing timing using custom cubic-bezier curves, creating a UI that feels natural and fluid.
## 8. Do's and Don'ts
### Do
- Use Inter as the primary typeface — it defines the brand personality
- Use negative letter-spacing (-1.6px) at display sizes for compressed, editorial headlines
- Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
- Use Accent Purple (`#cbb0f7`) as the primary accent — it's the brand's signature interactive color
- Use small 3px radius for buttons — this design system uses subtle rounding, not pill shapes
- Maintain nav height at 84px — consistent vertical space for the navigation bar
- Transition button background to Unknown (`#000000`) on hover — this is the extracted interactive state
- Respect the 2px–32px spacing range — the design uses a wide scale for visual breathing room
- Make the hero full-viewport (≥70% screen height) — this design uses an immersive hero, not a tall navbar
- Include exactly 2 CTAs in the hero (primary + secondary) — this design pattern is multi-action, not single-purpose
- Each card includes a top image — imagery is part of the card identity, not optional
- Lay out testimonials in a grid (7+ items) — quantity signals scale and trust
- Build a content-dense footer (5 columns, ~28 links) — this site treats the footer as a sitemap, not an afterthought
### Don't
- Don't substitute with generic sans-serif or serif — the custom font carries the brand
- Don't increase letter-spacing on headings — the type is designed to run tight at scale
- Don't invent new shadow values — use only the extracted shadow levels
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
- Don't over-round buttons with pill or large radius — the system uses restrained, sharp-ish corners
- Don't collapse or hide the nav on scroll without an explicit scroll-triggered animation — the design uses fixed nav presence
- Don't use opacity or brightness filter for button hover — the design uses an explicit background color change
- Don't make the nav sticky — this design lets it scroll away to maximize content focus
## 7b. Enforceable Brand Rules
*Structured Do/Don't with reasoning and validation tests. Agents can programmatically verify generated UI.*
```yaml
rules:
- id: brand-canvas-001
type: do
rule: "Always use the page background `#121212` as the base canvas"
why: "Every component is designed to composit against this exact tone"
test: "document.body.style.backgroundColor === '#121212'"
- id: brand-canvas-002
type: dont
rule: "Do NOT use pure white (`#ffffff`) for surfaces"
why: "This is a dark-mode-native system — white surfaces break the tonal contract"
test: "!querySelectorAll('[style*=\"background: #fff\"], [style*=\"background: white\"]').length"
- id: brand-accent-001
type: do
rule: "Reserve `#cbb0f7` for primary CTAs and brand-mark signals only"
why: "Single chromatic assertion device — overuse dilutes meaning"
test: "querySelectorAll('[style*=\"#cbb0f7\"]').length <= 3 per fold"
```
## 9. Responsive Behavior
### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 640px | Single column layout |
| Tablet | 768px | 2-column grids |
| Desktop | 1024px | Full layout |
| Large Desktop | 1280px | Maximum width |
### Token Diff — Desktop vs Mobile
| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| heading | font-size | `64px` | `40px` |
| heading | line-height | `70.4px` | `44px` |
| heading | letter-spacing | `-1.6px` | `-1px` |
| card | width | `832px` | `342px` |
### Collapsing Strategy
- Headlines: 64px → 40px on mobile
- Navigation: horizontal links → hamburger menu on mobile
- Cards: multi-column → stacked vertical on mobile
- Footer: multi-column → stacked single column on mobile
### Touch Targets
- Buttons: 0px padding
- Navigation: adequate spacing between items
- Interactive elements: minimum 44px touch target recommended
### Collapsing Narrative
How the structural patterns adapt from desktop to mobile (extracted from both viewport extractions):
- **Navigation collapses to hamburger** — 3 links visible on desktop, 0 on mobile (the rest hide behind a menu toggle).
- **Nav CTAs reduced** on mobile (1 → 0) — the design prioritizes content over conversion buttons at small sizes.
- **Card grid: 2-up → 1-up** — cards stack as viewport narrows, becoming a vertical list on mobile.
- **Footer columns collapse:** 5 columns (desktop) → 2 columns (mobile).
## 9b. Visual Tone & Photography
**Tone:** Mixed photography + illustration
A balanced mix of photographic content and vector graphics. Photos likely carry product/lifestyle context while SVG handles icons, logos, and decorative accents.
**Canonical Brand Image (OG):**
- https://www.warp.dev/og/default.png (1200×630px)
*This is the image shown when the site is shared on social media — represents the brand visual essence.*
**Hero Image (above-fold dominant visual):**
- Aspect: 1.6:1 (landscape (16:9-ish))
- Rendered size: 1200×750px
- Alt text: "Warp agent prompt and orchestration interface"
- *Use this aspect ratio + composition for your clone's hero — mimicking the proportion preserves the visual hierarchy.*
**Aspect Ratio Distribution:**
- Landscape (1.15–2.3): 10 (77%)
- Portrait (<0.87): 0 (0%)
- Square (0.87–1.15): 0 (0%)
- Ultra-wide (>2.3): 3 (23%)
**Media Format Mix:**
**Average rendered image size:** 747×421px
**Above-fold image count:** 2 / 13
**Decorative Patterns Detected:**
- **Glassmorphism** detected (`backdrop-filter: blur`) — layered transparent surfaces with blur, modern OS-like aesthetic
**Clone instruction for decorative work:** Glassmorphism is a brand signature — use `backdrop-filter: blur(20px)` on overlapping surfaces.
**Imagery Guidance for clones:**
- Mix photography and illustration intentionally: photos for product/context, vectors for icons + decorative accents.
- Respect the format split — replacing JPGs with illustrations (or vice versa) will shift the brand tone.
## 10. Agent Prompt Guide
### Quick Reference
- Background: Jet Black (`#121212`)
- Primary text: Unknown (`#000000`)
- Accent: Accent Purple (`#cbb0f7`)
- Border: Translucent White (8%) (`rgba(255, 255, 255, 0.08)`)
- Font: Inter
- Body: 16px weight 400
### Example Component Prompts
- "Create a hero section on Jet Black background (#121212). Headline at 64px Inter weight 400, line-height 1.1, letter-spacing -1.6px, color #000000."
- "Create the primary CTA button: `#cbb0f7` background, `#000000` text, 4px border-radius, 11px 21px padding, 600 weight, Inter font."
- "Design a card on `transparent` background. Border: none. Radius: 0px. Shadow: none. Padding: 0px."
- "Build navigation: static on `#121212`. Inter 16px weight 400 for links."
### Iteration Guide
1. **Canvas**: Set the light canvas to Jet Black (`#121212`) — every component is composited against this exact base.
2. **Typography**: All type in Inter, weight range 300–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: Accent Purple (`#cbb0f7`) is the sole interactive color. On hover → Lavender (`#bda6f7`). Use CSS transitions, not opacity/brightness filters.
4. **Motion**: All transitions use `cubic-bezier(0.4,0,0.2,1)`. Timing: 100ms for micro-interactions, 200ms for layout changes. Never use linear for UI transitions — preserve the brand's easing personality.
5. **Shape**: CTAs at `4px`, cards at `0px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (2px–32px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
7. **Tokens**: Import from §11 CSS Export (`--ca-*` vars). Never hardcode hex values — always reference a token so theming remains consistent.
## 11. CSS Design Tokens Raw Export
*Copy-paste ready `:root {}` block — all values extracted directly from the live site.*
```css
/* Colors */
:root {
--ca-surface-2: #121212;
--ca-ink-subtle: #0b0b0b;
--ca-primary: #cbb0f7;
--ca-hairline: #ffffff;
--ca-primary-hover: #bda6f7;
--ca-primary-focus: #5f5d59;
}
/* Typography */
:root {
--ca-font-primary: "Matter", system-ui, sans-serif;
--ca-text-display: 64px;
--ca-text-body: 16px;
--ca-text-caption: 18px;
--ca-text-button: 14px;
}
/* Spacing & Radius */
:root {
--ca-space-xxs: 2px;
--ca-space-xs: 2px;
--ca-space-sm: 10px;
--ca-space-md: 40px;
--ca-space-base: 16px;
--ca-space-lg: 24px;
--ca-space-xl: 32px;
--ca-space-2xl: 48px;
--ca-space-3xl: 64px;
--ca-radius-none: 0px;
--ca-radius-xs: 4px;
--ca-radius-sm: 6px;
--ca-radius-md: 16px;
--ca-radius-lg: 16px;
--ca-radius-xl: 16px;
--ca-radius-full: 9999px;
}
/* Motion */
:root {
--ca-ease-in: cubic-bezier(.4,0,1,1);
--ca-duration-slow: calc(.4s*1);
--ca-duration-fast: calc(.1s*1);
--ca-ease-in-out: cubic-bezier(.4,0,.2,1);
--ca-ease-out: cubic-bezier(0,0,.2,1);
--ca-duration-normal: calc(.2s*1);
}
```
## 13. Page Structure Skeleton
*The actual layout the source site uses. Reproduce these sections in order to match the site structure.*
```yaml
page-skeleton:
- section: header
tag: header
classes: ["sticky", "top-0", "z-10", "bg-[var(--color-background)]/70"]
height: 84px
width: full-bleed
layout: block
children: 2
bg: "oklab(0.182203 0.00000827759 0.00000365078 / 0.6)"
- section: navigation
tag: nav
height: 84px
width: full-bleed
layout: block
children: 2
- section: main-content
tag: main
classes: ["isolate", "overflow-clip"]
height: 7419px
width: full-bleed
layout: block
children: 7
- section: section-7
tag: section
classes: ["py-16"]
height: 1162px
width: full-bleed
layout: block
children: 1
padding: "64px 0px"
- section: section-8
tag: section
classes: ["py-[var(--space-section)]"]
height: 416px
width: full-bleed
layout: block
children: 1
padding: "64px 0px"
- section: section-9
tag: section
classes: ["bg-[var(--color-background)]", "py-[var(--space-section)]", "text-[var(--color-text)]"]
height: 3400px
width: full-bleed
layout: block
children: 1
bg: "rgb(18, 18, 18)"
padding: "64px 0px"
- section: navigation
tag: nav
classes: ["hidden", "lg:sticky", "lg:top-24", "lg:block"]
height: 228px
width: 320px
layout: block
children: 1
- section: section-10
tag: section
classes: ["py-[var(--space-section)]"]
height: 1098px
width: full-bleed
layout: block
children: 1
padding: "64px 0px"
- section: section-11
tag: section
classes: ["relative", "overflow-hidden", "py-20", "text-[var(--testimonial-fg)]"]
height: 864px
width: full-bleed
layout: block
children: 2
padding: "112px 0px"
- section: section-12
tag: section
classes: ["py-0"]
height: 480px
width: full-bleed
layout: block
children: 1
- section: section-2
tag: section
classes: ["bg-[var(--color-surface)]", "py-[var(--space-section)]"]
height: 729px
width: full-bleed
layout: block
children: 1
padding: "64px 0px"
- section: footer
tag: footer
classes: ["pt-0"]
height: 468px
width: full-bleed
layout: block
children: 1
- section: unknown
tag: div
classes: ["bg-[var(--color-surface)]", "pt-[var(--space-xl)]", "pb-[var(--space-section)]", "text-[var(--color-text)]"]
height: 468px
width: full-bleed
layout: block
children: 1
bg: "oklch(0.22 0.004 84.6)"
padding: "32px 0px 64px"
- section: navigation
tag: nav
classes: ["grid", "grid-cols-2", "gap-6", "sm:grid-cols-3"]
height: 280px
width: 1200px
layout: grid: 5-col gap=24px
children: 5
```
**Agent rule**: rebuild sections in this order (sorted by vertical position). Match the layout primitive (grid N-col / flex direction / block).
## 14. Copy Library (Real Content from Source)
*Actual text content extracted from the live page. Use these strings verbatim when reproducing the site — they carry the brand voice.*
```yaml
copy:
section-headings:
- "Proud partner of industry leaders"
- "Be more productive. Stay in control."
- "Start shipping with agents."
sub-headings:
- "Start in the terminal"
- "Mac"
- "PRODUCT"
ctas:
- "Products"
- "Pricing"
- "61k"
- "Contact sales"
- "Download
$
winget install Warp.Warp"
- "Download"
- "$
winget install Warp.Warp"
- "Contact Sales"
navigation:
- "DocsAPI docs and guides"
- "BlogNews and product updates"
- "CommunityGet help and connect"
- "EventsWebinars and sessions"
- "ChangelogWhat's new in Warp"
- "RoadmapSee what we're building next"
- "SupportHelp and issue tracking"
- "AboutOur mission and team"
- "How We WorkOur culture and values"
- "CareersJoin the team at Warp"
footer-links:
- "Download"
- "All Systems Operational"
```
**Agent rule**: reuse these exact strings when generating UI. Do NOT translate or rephrase — brand voice is preserved through the original wording.
## 15. Asset Inventory (Image Roles & Ratios)
*Image inventory classified by role and aspect ratio. When reproducing the site, allocate this number of assets per role.*
```yaml
assets:
logo:
count: 4
avg-ratio: 4.17
common-aspect: "~16:6 banner"
sample-alts:
- "GitHub dark logo"
- "Retool dark logo"
- "GitHub dark logo"
```
**Agent rule**: when generating placeholder images, match these counts and aspect ratios. Use neutral placeholder backgrounds for `product` (e.g. `#f5f5f5`), full-color photography hints for `hero` and `editorial`.
## 16. Component HTML Templates
*Suggested HTML markup for reproducing the key components — based on what was detected in the source DOM.*
### Button (primary action)
```html
<button class="btn btn-primary">
Action
</button>
```
_Source pattern detected: padding `0px` · radius `4px` · weight `400`_
### Generic Card
```html
<div class="card">
<!-- content -->
</div>
```
_Source pattern detected: padding `0px` · radius `0px` · shadow `none`_
**Agent rule**: use these markup skeletons as the structural baseline. Apply tokens from §2-3 for visual styling.
---
## Extraction Completeness: 78/100 (B)
| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 14 | 25 | 10 named colors |
| Typography | 15 | 20 | 6 roles defined |
| Components | 20 | 20 | 5 specs extracted |
| Motion & Interaction | 15 | 15 | Keyframes present, easing vars |
| CSS Custom Properties | 10 | 10 | 232 vars |
| Responsive Breakpoints | 4 | 5 | 4 breakpoints |
| Variable Fonts | 0 | 5 | None detected |
## 12. Known Gaps & Confidence
Explicit list of what this extraction could NOT capture. Agents should not invent values for these — either skip the feature or use the documented baseline + heuristic fallback.
| Category | What's missing | Fallback strategy |
|----------|----------------|-------------------|
| **Dark mode** | No dark-mode CSS variables or media queries detected | Light mode is canonical; do not generate dark-mode variants unless explicitly requested |
| **Form inputs** | No text input fields detected on this page | Use the documented border-radius + accent border on focus; 12-16px padding inside |
### Per-section confidence
| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | High | 232 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 6 typography roles inferred |
| §4 Components | High | 5 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 21 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 4 breakpoints detected |
| §9b Photography | High | 13 images, hero present |
---
*Generated by Clone Architect — automated Playwright extraction + design analysis.*
*Source: https://warp.dev | 2026-05-30T20:40:23.099Z*
*All values verified via getComputedStyle() — no approximation, no hallucination.*
Re-extract: clone-architect update warp.dev