getComputedStyle() from the live screenshots visible here.
Color Palette
17 colors extracted via getComputedStyle(). Click any swatch to copy its hex value.
Background & Surface
Text & Content
Accent & Interactive
Border & Divider
Full Extracted Palette (+8)
Typography
All values extracted via getComputedStyle() — no estimation.
| Role | Font Family | Size / Weight | Line Height | Letter Spacing | Preview |
|---|---|---|---|---|---|
| Display Hero | -apple-system | 24px / w500 | 1.5 | normal | Display Hero |
| Sub-heading | Apple Color Emoji | 24px / w500 | 1.5 | normal | Sub-heading |
| Label Heading | Apple Color Emoji | 18px / w500 | 1.6 | normal | Label Heading |
| Input Large | Arial | 16px / w400 | 1 | normal | Input Large |
| Card Title | Apple Color Emoji | 14px / w400 | 1 | normal | Card Title |
| Button | Apple Color Emoji | 14px / w600 | 1 | normal | Button |
| Button Small | Arial | 12px / w600 | 1 | normal | Button Small |
| Link Small | Apple Color Emoji | 12px / w600 | 1 | normal | Link Small |
Live Components
Rendered in real HTML using your extracted tokens — no screenshots.
Buttons
Form Inputs
Card
Badges & Labels
Spacing Scale
Border Radius
0px
4px
100px
108px
116px
124px
9999px
Component Specs
Extracted CSS values per component and variant state.
### Buttons
- Background: `#434b55` `{colors.primary}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 15px 16px
- Radius: 3px
- Font: 12px weight 600
- Use: Secondary action
- Background: `#434b55` `{colors.primary}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 0px 20px
- Radius: 3px
- Font: 14px weight 600
- Use: Secondary action
Cards & Containers
- Background: `transparent`
- Padding: 15px
- Radius: 2px
- Border: 1px solid rgb(175, 185, 197)
- Use: Content containers, listing items
Inputs & Forms
- Background: `#e6e9ed` `{colors.surface-1}`
- Text: `#2c3136`
- Padding: 11px 16px
- Radius: 3px
- Border: 0px none rgb(44, 49, 54)
- Font: 16px weight 400
- Use: Text fields, search inputs
Navigation
- Background: `transparent`
- Padding: 30px 0px 0px
- Radius: none
- Font: 14px weight 400
- Use: Static flex nav — N/A items
Interaction State Narrative
Buttons
- **DO NOT introduce new buttons variants** without justification
Cards & Containers
- **DO NOT introduce new cards & containers variants** without justification
Inputs & Forms
- **DO NOT introduce new inputs & forms variants** without justification
Navigation
- **DO NOT introduce new navigation 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.
rgb(255, 255, 255) 0px 0px 0px 2px
Motion & Transitions
5 motion tokens — easing curves and durations.
| transition-1 | all |
| transition-2 | color 0.2s |
| transition-3 | opacity 0.3s |
| transition-4 | 0.2s ease-out |
| transition-5 | 0.2s |
Component States
Default → Hover → Focus → Active visual diff per component. Captured via Playwright state simulation.
| Component | States |
|---|---|
| button |
default
button
bg rgb(230, 233, 237)
fg rgb(26, 29, 32) |
| input |
default
input
bg rgb(230, 233, 237)
fg rgb(44, 49, 54) |
| link |
default
link
bg rgba(0, 0, 0, 0)
fg rgb(15, 75, 241) |
| card |
default
card
bg rgba(0, 0, 0, 0)
fg rgb(67, 74, 84) |
| navLink |
default
navLink
bg rgba(0, 0, 0, 0)
fg rgb(15, 75, 241) |
Z-Index Stacking Context
4 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 drizzle.team 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: drizzle.team
description: "Light product system built on #ffffff with #434b55 as the primary CTA accent. Type anchored in -apple-system at 24px / weight 500. Extracted automatically from https://drizzle.team/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
drizzle.team is built on a pure-white canvas (rgb(255,255,255)).
The system uses rgb(67, 75, 85) as a near-neutral accent (low saturation).
Crisp CTAs (3px radius) reinforce a precise, technical aesthetic alongside -apple-system as the primary typeface.
A restrained elevation system (1 distinct shadow) — shadows reserved for the few elements that must lift off the page.
Interactions are smoothed by transitions across many elements, with little or no keyframe animation.
colors:
background: "#ffffff"
surface-1: "#e6e9ed"
surface-2: "#f8f8f8"
ink: "#434a54"
ink-subtle: "#1a1d20"
primary: "#434b55"
on-primary: "#ffffff"
primary-hover: "#0f4bf1"
hairline: "#434a54"
typography:
display-xl:
fontFamily: "-apple-system, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 24px
fontWeight: 500
lineHeight: 1.5
letterSpacing: 0
display-md:
fontFamily: "Apple Color Emoji, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 24px
fontWeight: 500
lineHeight: 1.5
letterSpacing: 0
headline:
fontFamily: "Apple Color Emoji, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 18px
fontWeight: 500
lineHeight: 1.6
letterSpacing: 0
body:
fontFamily: "Arial, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 12px
fontWeight: 600
lineHeight: 1
letterSpacing: 0
body-sm:
fontFamily: "Apple Color Emoji, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 12px
fontWeight: 600
lineHeight: 1
letterSpacing: 0
button:
fontFamily: "Apple Color Emoji, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 14px
fontWeight: 600
lineHeight: 1
letterSpacing: 0
mono:
fontFamily: "Arial, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 16px
fontWeight: 400
lineHeight: 1
letterSpacing: 0
rounded:
none: 0px
xs: 4px
sm: 100px
md: 108px
lg: 116px
xl: 124px
pill: 9999px
spacing:
xxs: 2px
xs: 11px
sm: 15px
md: 16px
lg: 30px
xl: 35px
xxl: 120px
components:
button-secondary:
backgroundColor: "{colors.primary}"
textColor: "{colors.on-primary}"
typography: "{typography.body-sm}"
rounded: "{rounded.xs}"
padding: 15px 16px
button-secondary-2:
backgroundColor: "{colors.primary}"
textColor: "{colors.on-primary}"
typography: "{typography.button}"
rounded: "{rounded.xs}"
padding: 0px 20px
card-standard-card:
backgroundColor: "transparent"
typography: "{typography.mono}"
rounded: "{rounded.none}"
padding: 15px
input-text-input:
backgroundColor: "{colors.surface-1}"
textColor: "#2c3136"
typography: "{typography.mono}"
rounded: "{rounded.xs}"
padding: 11px 16px
navigation-main-nav:
backgroundColor: "transparent"
typography: "{typography.button}"
rounded: "{rounded.none}"
padding: 30px 0px 0px
extracted_at: "2026-06-11T06:09:19.804Z"
completeness: 59
scoreVersion: "v2"
---
# Design System — drizzle.team
> Extracted automatically by Prism from https://drizzle.team
> Date: 2026-06-11
> Viewport: Desktop 1440x900 + Mobile 390x844
> Values are extracted, not hand-written: rendered styles via getComputedStyle() + colors declared in CSS custom properties (token-only values are marked `(token)` and may not be painted).
## 0. Design DNA
**Density**: moderate | **Motion**: subtle | **Weight**: light | **Aesthetic**: product-neutral
| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#ffffff` |
| Type posture | sans-led (-apple-system) | "Hey 👋" |
| Color assertion | dual-accent | #434b55 |
| Whitespace | moderate | section rhythm 50px |
| Interaction | subtle | 0 keyframes, 5 transitions |
| Radius language | 3px-rounded | from token scale |
**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · 3px-rounded · subtle-motion`
> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(255,255,255)` is the page background. Every component composits against this.
> - **Accent**: `rgb(67, 75, 85)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 50px between major bands. Card padding: 30px.
> - **Default radius**: 100px 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
drizzle.team uses a pure-white canvas (`#ffffff`), letting typography, color and imagery carry the visual weight.
The system font stack (-apple-system) trades brand voice for performance and platform familiarity.
Body text reads in Dark Gray (`#434a54`). **Slate** (`#434b55`) provides interactive distinction without visual aggression. Elevation comes from a small, deliberate set of shadows (1 distinct), each a multi-layer stack — several blurred layers at varying offsets — used sparingly rather than across the whole UI.
Motion design uses smooth easing curves for polished state transitions.
**Key Characteristics:**
- Background: Pure White (`#ffffff`)
- Primary typeface: Apple Color Emoji
- Primary text: Dark Gray (`#434a54`)
- Accent: Slate (`#434b55`)
- Border: Dark Gray (`#434a54`) — border-based containment
- Shadow system: 1 distinct elevation levels
## 2. Color Palette & Roles
### Background & Surface
- **Pure White** (`#ffffff`): Page background (primary)
- **Whitesmoke** (`#e6e9ed`): Surface / elevated background
- **Off-White** (`#f8f8f8`): Surface / elevated background
- **Off-White** (`#f1f1f1`): Surface / elevated background
- **Whitesmoke** (`#dadada`): Surface / elevated background
### Text & Content
- **Dark Gray** (`#434a54`): Primary body text
- **Pure Black** (`#000000`): Secondary text
- **Charcoal** (`#2c3136`): Secondary text
- **Near-Black** (`#1a1d20`): Secondary text
### Accent & Interactive
- **#0f4bf1** (`#0f4bf1`): Interactive / accent
- **Silver** (`#afb9c5`): Interactive / accent
### Border & Divider
- **Light Grey** (`#d3d3d3`): Borders / dividers
### Full Extracted Palette
**14 colors rendered on the page** + **2** more declared in design tokens (CSS custom properties — not necessarily painted). (12 categorized above + 4 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.
- `#434b55` — Slate
- `#656d78` — Dim Gray
- `#7c3aed` — Accent Gradient *(token)*
- `#da62c4` — #da62c4 *(token)*
### Gradients & Decorative Fills
- `linear-gradient( 45deg, rgb(124, 58, 237), #da62c4 30%, white 60% )` — (--accent-gradient)
### CSS Custom Properties (Design Tokens)
- `--accent`: `124, 58, 237`
## 3. Typography Rules
### Font Families
- **Primary**: `-apple-system`
### Typography Hierarchy
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | -apple-system | 24px | 500 | 1.5 | normal | Main headline (h2) |
| Sub-heading | Apple Color Emoji | 24px | 500 | 1.5 | normal | Section titles (h2) |
| Label Heading | Apple Color Emoji | 18px | 500 | 1.6 | normal | Small heading (H4) |
| Input Large | Arial | 16px | 400 | 1 | normal | Form input (16px) |
| Card Title | Apple Color Emoji | 14px | 400 | 1 | normal | Card headings |
| Button | Apple Color Emoji | 14px | 600 | 1 | normal | Button label (14px) |
| Button Small | Arial | 12px | 600 | 1 | normal | Button label (12px) |
| Link Small | Apple Color Emoji | 12px | 600 | 1 | normal | Link (12px) — Decoration: none |
### Full Font Size Scale
Sizes detected in the design (descending): `24px`, `18px`, `16px`, `14px`, `12px`, `10px`
> 1 size(s) detected outside the sampled hierarchy (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
**Secondary**
- Background: `#434b55` `{colors.primary}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 15px 16px
- Radius: 3px
- Font: 12px weight 600
- Use: Secondary action
**Secondary**
- Background: `#434b55` `{colors.primary}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 0px 20px
- Radius: 3px
- Font: 14px weight 600
- Use: Secondary action
### Cards & Containers
**Standard Card**
- Background: `transparent`
- Padding: 15px
- Radius: 2px
- Border: 1px solid rgb(175, 185, 197)
- Use: Content containers, listing items
### Inputs & Forms
**Text Input**
- Background: `#e6e9ed` `{colors.surface-1}`
- Text: `#2c3136`
- Padding: 11px 16px
- Radius: 3px
- Border: 0px none rgb(44, 49, 54)
- Font: 16px weight 400
- Use: Text fields, search inputs
### Navigation
**Main Nav**
- Background: `transparent`
- Padding: 30px 0px 0px
- Radius: none
- Font: 14px weight 400
- Use: Static flex nav — N/A items
## 4b. Component Behaviors (State Matrix)
### Interaction State Narrative
*State transitions extracted via Playwright simulation — exact values in the YAML matrix below.*
```yaml
component-behaviors:
button:
default:
bg: "rgb(230, 233, 237)"
fg: "rgb(26, 29, 32)"
input:
default:
bg: "rgb(230, 233, 237)"
fg: "rgb(44, 49, 54)"
link:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(15, 75, 241)"
card:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(67, 74, 84)"
border: "1px solid rgb(175, 185, 197)"
navLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(15, 75, 241)"
footerLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(44, 49, 54)"
hover:
bg: "transparent"
fg: "inherit"
```
**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
- **1 shape(s)** in this system: `Secondary`
- **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
### Inputs & Forms
- **1 shape(s)** in this system: `Text Input`
- **DO NOT introduce new inputs & forms variants** without justification
### Navigation
- **1 shape(s)** in this system: `Main Nav`
- **DO NOT introduce new navigation variants** without justification
## 5. Layout Principles
### Layout Type
**top-nav + content**
### Grid
Single column, centered content
### Max Width
1200px
### Spacing System
Compact spacing — information density prioritized
| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 11px |
| sm | 15px |
| md | 16px |
| base | 20px |
| lg | 30px |
| xl | 35px |
| 2xl | 50px |
| 3xl | 120px |
### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 4px | Tiny corners (badges, micro elements) |
| Sm | 100px | Buttons, inputs, small elements |
| Md | 108px | Cards, containers |
| Lg | 116px | Large rounded elements, pill segments |
| Xl | 124px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |
### Shape Language
| Component | Border Radius |
|-----------|---------------|
| Buttons | `3px` |
| Cards & Containers | `2px` |
| Inputs & Forms | `3px` |
| Navigation | `none` |
| Page Body | `0px` |
| Primary Input | `3px` |
**Shape Personality**: Subtly Rounded — Minimal corner rounding (1–4px). Professional restraint.
**Full Radius Spectrum**: 0px, 2px, 3px, 4px, 100px (from `allBorderRadii` scan)
## 5b. Spacing Rhythm Names
**Measured section padding**: bands use ~40px internal vertical padding (up to 40px) — **standard**. (Distinct from the gap *between* sections above.) Reproduce this generous vertical breathing room; cramped spacing is the #1 tell of a cheap clone.
*Named spacing tokens with explicit use cases. Use these names in YOUR code instead of raw pixels for consistency.*
| Name | Value | Use case |
|------|-------|----------|
| **hero** | `120px` | Top/bottom of full-bleed hero sections |
| **section** | `35px` | Between major bands (color change, content shift) |
| **subsection** | `30px` | Within a section, between content groups |
| **card** | `16px` | Card padding, list-item spacing |
| **compact** | `15px` | Form fields, tight clusters, badge padding |
| **micro** | `11px` | 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).
**3/8 structural patterns detected.**
### Navigation Pattern
- **Position:** static (scrolls with page)
- **Layout:** unknown — Layout not classified
- **Height:** 160px
- **Logo:** ✓ present
- **Nav links:** 0 primary items
- **CTAs in nav:** 1
- **Clone instruction:** Build a static unknown navigation. Reserve 1 slot for primary CTA.
### Card Grid Pattern
- **Card count:** 11 cards detected
- **Columns (desktop):** 4-up grid
- **Card dimensions:** 373×140px (aspect 2.66:1)
- **Gap:** 20px between cards
- **Content:** ✗ no image + icon
- **Clone instruction:** Build a 4-column grid (desktop) with cards at ~2.66:1 aspect ratio. Text/icon-only cards (no photography).
### Footer Pattern
- **Columns:** 2
- **Links:** 8 total
- **Height:** 208px
- **Includes:** ✗ no newsletter | ✓ social icons |
- **Clone instruction:** Build a 2-column footer with ~4 links per column, social media links.
## 6. Depth & Elevation
| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgb(255, 255, 255) 0px 0px 0px 2px` | Cards, elevated surfaces |
**Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.
## 7. Motion & Interaction
### Dominant Easing Curves
| Curve | Semantic Name |
|-------|---------------|
| `ease-out` | Ease Out — Decelerating |
| `ease` | CSS ease — Default |
### Duration Scale
| Value | Tier | Typical Use |
|-------|------|-------------|
| `200ms` | Normal | Panel open/close, navigation |
| `300ms` | Normal | Panel open/close, navigation |
### Copy-Paste Transition Snippets
**Opacity**
```css
transition: opacity 0.3s;
```
**All Props**
```css
transition: 0.2s ease-out;
```
### Motion Fingerprint
- **Speed Character**: Deliberate & Calm (median duration: `300ms`)
- **Dominant Easing**: custom cubic-bezier curves
> This design moves with deliberate & calm timing using custom cubic-bezier curves, creating a UI that feels calm and controlled.
## 8. Do's and Don'ts
### Do
- Keep font weights between 400-600 — the system uses a narrow weight range for subtle hierarchy
- Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
- Use Slate (`#434b55`) 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
- Apply 15px padding inside cards — matches the design system's content breathing room
- Use 2px border-radius on cards — consistent with the grid card corners
- Each card uses an icon (not photo) — the visual language is illustrative, not photographic
- Use a 4-column grid on desktop — density matters for this content type
### Don't
- Don't use weight 700 (bold) or above — 600 is the maximum weight in this system
- 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 make the nav sticky — this design lets it scroll away to maximize content focus
- Don't over-build the footer — this design keeps it minimal (2 cols, 8 links)
## 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 `rgb(255,255,255)` as the base canvas"
why: "Every component is designed to composit against this exact tone"
test: "document.body.style.backgroundColor === 'rgb(255,255,255)'"
- id: brand-accent-001
type: do
rule: "Reserve `rgb(67, 75, 85)` for primary CTAs and brand-mark signals only"
why: "Single chromatic assertion device — overuse dilutes meaning"
test: "querySelectorAll('[style*=\"rgb(67, 75, 85)\"]').length <= 3 per fold"
```
## 9. Responsive Behavior
### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 400px | Single column, compact spacing |
| Mobile Large | 509px | Expanded mobile layout |
| Mobile Large | 767px | Expanded mobile layout |
| Desktop | 1160px | Full feature layout |
### Token Diff — Desktop vs Mobile
| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| card | padding | `15px` | `10px` |
| card | width | `373.328px` | `335px` |
### Collapsing Strategy
- 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: 15px 16px 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):
- **Card grid: 4-up → 1-up** — cards stack as viewport narrows, becoming a vertical list on mobile.
- **Footer columns collapse:** 2 columns (desktop) → 1 column (mobile).
## 9b. Visual Tone & Photography
**Tone:** No imagery
No detectable photographic content. The site composes entirely with typography, color blocks, and minimal vector graphics. Clone strategy: lean on type hierarchy + layout rhythm rather than visual media.
**Media Format Mix:**
- *No detectable images.*
**Decorative Patterns Detected:**
- 2 multi-stop linear gradients (mesh-like, 3+ color stops) — the brand leans on rich color transitions for visual depth
**Clone instruction for decorative work:** Decorative details are subtle — don't over-style; the design relies on restraint.
**Imagery Guidance for clones:**
- Don't add stock imagery just to "fill space" — this site's clarity comes from typographic restraint.
- Use generous whitespace, strong type hierarchy, and color blocks for visual rhythm.
## 10. Agent Prompt Guide
### Quick Reference
- Background: Pure White (`#ffffff`)
- Primary text: Dark Gray (`#434a54`)
- Accent: Slate (`#434b55`)
- Border: Dark Gray (`#434a54`)
- Font: Apple Color Emoji
- Body: 14px weight 400
### Example Component Prompts
- "Create the primary CTA button: `#434b55` background, `#ffffff` text, 3px border-radius, 15px 16px padding, 600 weight, Apple Color Emoji font."
- "Design a card on `transparent` background. Border: 1px solid rgb(175, 185, 197). Radius: 2px. Shadow: none. Padding: 15px."
- "Build navigation: sticky on `#ffffff`. Apple Color Emoji 16px weight 400 for links."
### Iteration Guide
1. **Canvas**: Set the light canvas to Pure White (`#ffffff`) — every component is composited against this exact base.
2. **Typography**: All type in Apple Color Emoji, weight range 400–600. Never exceed 600 — heavier weights break the brand's tonal restraint.
3. **Accent**: Slate (`#434b55`) is the sole interactive color. On hover → #0f4bf1 (`#0f4bf1`). Use CSS transitions, not opacity/brightness filters.
4. **Shape**: CTAs at `3px`, cards at `2px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
5. **Spacing**: Use the `--ca-space-*` token scale (11px–35px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
6. **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-on-primary: #ffffff;
--ca-surface-1: #e6e9ed;
--ca-surface-2: #f8f8f8;
--ca-hairline: #434a54;
--ca-ink-subtle: #1a1d20;
--ca-primary: #434b55;
--ca-primary-hover: #0f4bf1;
}
/* Typography */
:root {
--ca-font-primary: "-apple-system", system-ui, sans-serif;
--ca-text-display: 24px;
--ca-text-body: 12px;
--ca-text-small: 12px;
--ca-text-button: 14px;
--ca-text-mono: 16px;
}
/* Spacing & Radius */
:root {
--ca-space-xxs: 2px;
--ca-space-xs: 11px;
--ca-space-sm: 15px;
--ca-space-md: 16px;
--ca-space-base: 20px;
--ca-space-lg: 30px;
--ca-space-xl: 35px;
--ca-space-2xl: 50px;
--ca-space-3xl: 120px;
--ca-radius-none: 0px;
--ca-radius-xs: 4px;
--ca-radius-sm: 100px;
--ca-radius-md: 108px;
--ca-radius-lg: 116px;
--ca-radius-xl: 124px;
--ca-radius-full: 9999px;
}
```
## 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: feature-section
tag: div
height: 1609px
width: full-bleed
layout: block
children: 4
vertical-padding: ~40px
contains: chart/canvas (reproduce as live data-viz, not a flat image)
- section: header
tag: header
height: 160px
width: full-bleed
layout: block
children: 1
padding: "30px 0px 0px"
- section: content-section
tag: main
height: 1081px
width: full-bleed
layout: block
children: 1
contains: chart/canvas (reproduce as live data-viz, not a flat image)
- section: content-section
tag: div
height: 621px
width: 1160px
layout: block
children: 1
contains: chart/canvas (reproduce as live data-viz, not a flat image)
- section: card-grid
tag: div
height: 621px
width: 1160px
layout: grid: 3-col gap=20px
children: 11
contains: chart/canvas (reproduce as live data-viz, not a flat image)
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 140px
width: 373px
layout: flex-column justify=space-between
children: 2
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "15px"
- section: unknown
tag: div
height: 336px
width: 1160px
layout: block
children: 3
bg: "rgb(248, 248, 248)"
padding: "15px 0px"
- section: footer
tag: footer
height: 208px
width: 1200px
layout: flex-column justify=normal
children: 2
vertical-padding: ~35px
padding: "20px 20px 50px"
- section: footer
tag: section
height: 138px
width: 387px
layout: flex-column justify=normal
children: 5
- section: footer
tag: section
height: 110px
width: 387px
layout: flex-column justify=normal
children: 4
- section: unknown
tag: div
height: 138px
width: 1160px
layout: flex-row justify=normal
children: 3
```
**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:
- "Hey 👋"
sub-headings:
- "We're Drizzle Team"
ctas:
- "Follow Us"
footer-links:
- "Drizzle ORM"
```
**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:
thumbnail:
count: 3
avg-ratio: 1.00
common-aspect: "~1:1 square"
```
**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">
Follow Us
</button>
```
_Source pattern detected: padding `0px 20px` · radius `3px` · weight `600`_
### Generic Card
```html
<div class="card">
<!-- content -->
</div>
```
_Source pattern detected: padding `15px` · radius `2px` · shadow `none`_
**Agent rule**: use these markup skeletons as the structural baseline. Apply tokens from §2-3 for visual styling.
## 17. Content Architecture & Resources (Links by Purpose)
*The page's links classified by purpose — the information architecture to reproduce. Categories, featured images, devices and projects are extracted from the rendered DOM, not guessed.*
**By purpose:** **docs** 6 · **social** 13 · **footer** 3 · **other** 4
**Projects / case studies detected** (clustered by URL + featured image):
*Docs* — medium confidence, 6 items:
| Title | Featured image | Link |
|---|---|---|
| Drizzle Seed → | — | https://orm.drizzle.team/docs/seed-overview |
| Drizzle GraphQL → | — | https://orm.drizzle.team/docs/graphql |
| Drizzle Zod → | — | https://orm.drizzle.team/docs/zod |
| Drizzle Typebox → | — | https://orm.drizzle.team/docs/typebox |
| Drizzle Valibot → | — | https://orm.drizzle.team/docs/valibot |
| Drizzle ORM - Docs | — | https://orm.drizzle.team/docs/overview |
**Signals:** 17/26 links carry a featured image · dominant link roles: content-card (17), footer-link (8), social-link (1).
---
## Extraction Completeness: 59/100 (D)
| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 17 | 25 | 12 named colors |
| Typography | 20 | 20 | 8 roles defined |
| Components | 16 | 20 | 4 specs extracted |
| Motion & Interaction | 2 | 15 | No keyframes |
| CSS Custom Properties | 0 | 10 | 2 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.
*Auto-detected extraction limitations — understand before building:*
- **Sparse component extraction** — fewer than 5 component types detected. Highly dynamic sections (modals, datepickers, carousels) require interaction to render and are not captured in a static pass.
| Category | What's missing | Fallback strategy |
|----------|----------------|-------------------|
| **Photography** | No photographic content detected on this page | Don't add stock imagery; clarity comes from type + color blocks |
| **Keyframe animations** | No @keyframes declarations found (transitions only) | Use CSS transitions for state changes; avoid complex scroll-based animations |
| **Dark mode** | No dark-mode CSS variables or media queries detected | Light mode is canonical; do not generate dark-mode variants unless explicitly requested |
| **Design tokens** | Only 2 CSS custom properties (low signal for semantic naming) | Color names are nearest-neighbor approximations; verify against brand guidelines if available |
### Per-section confidence
| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | Low | 2 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 8 typography roles inferred |
| §4 Components | Medium | 4 component variants captured |
| §7 Motion | Medium | Transitions only |
| §8 Do's/Don'ts | High | 14 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 4 breakpoints detected |
| §9b Photography | Low | 0 images, hero not detected |
## 11.2 Measured Reality (CDP Engine)
Captured directly from Chrome's engine across **all 957 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.
### Real Responsive Breakpoints
**4 breakpoints** read from the live `@media` rules (not guessed):
`400px` · `509px` · `767px` · `1160px`
### Measured Design Scale
**Type scale by usage** (× = paint count): `14px`×719 · `10px`×160 · `18px`×44 · `16px`×21 · `12px`×8 · `24px`×4
**Radius scale** (× = paint count): `2px`×11 · `50%`×3 · `3px`×2
**Weights** (× = paint count): `400`×734 · `600`×174 · `500`×48
**Layout gaps** (× = paint count): `15px`×12 · `8px`×10 · `10px`×2 · `5px`×1 · `20px`×1 · `80px`×1 · `30px`×1
**Elevation (real shadows)**:
```css
rgb(255, 255, 255) 0px 0px 0px 2px
```
### Provenance — measured styles on key elements
Read from the live CSSOM (includes runtime-injected CSS). This is *what actually styles the page*, by element:
```css
body { font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; font-size:14px; color:#434a54 }
h2 { font-size:24px }
button { background-color:#434b55; border-radius:3px; color:#fff; font-size:12px; font-weight:600 }
a { color:#0f4bf1; transition:color .2s }
input { font-size:16px; background-color:#e6e9ed; color:#2c3136; border-radius:3px }
card { gap:15px; border-radius:2px }
```
> Selectors normalised to their semantic element — source class names are often build-hashed (`.bgDIHX`) and not reusable. The declarations + CSS vars are the transferable part.
---
*Generated by Prism — automated Playwright extraction + design analysis.*
*Source: https://drizzle.team | 2026-06-11T06:09:19.814Z*
*Values extracted via getComputedStyle() (rendered) + CSS custom properties (tokens, marked `(token)`). Token-only values may not be painted — verify against the live site before shipping.*
Re-extract: clone-architect update drizzle.team