Color Palette

20 colors extracted via getComputedStyle(). Click any swatch to copy its hex value.

Background & Surface

Primary #f8f8f8 Page bg Copied!
Secondary #e8e8f0 Elevated Copied!
Tertiary #e8e8f0 Card bg Copied!

Text & Content

Primary #000000 Body text Copied!
Secondary #000000 Secondary Copied!
Muted #101018 Muted / Placeholder Copied!

Accent & Interactive

Primary #c7fa94 Primary CTA Copied!
Secondary #8568fa Secondary CTA Copied!

Border & Divider

Border #412b24 Dividers / Lines Copied!

Full Extracted Palette (+11)

#a1fa81 #a1fa81 Copied!
#977ff8 #977ff8 Copied!
#abd382 #abd382 Copied!
#4c1f08 #4c1f08 Copied!
#672b0d #672b0d Copied!
#d0c8e8 #d0c8e8 Copied!
#c8c0e0 #c8c0e0 Copied!
#d8d8e8 #d8d8e8 Copied!
#080810 #080810 Copied!
#383040 #383040 Copied!
#a0a0b8 #a0a0b8 Copied!

Typography

All values extracted via getComputedStyle() — no estimation.

RoleFont FamilySize / Weight Line HeightLetter SpacingPreview

Live Components

Rendered in real HTML using your extracted tokens — no screenshots.

Buttons

accent: rgb(199, 250, 148) · border-radius: 9999px · weight: 700

Form Inputs

border: rgb(65, 43, 36) · focus: rgb(199, 250, 148) · radius: 8px

Card

Card Component
Card Title
Supporting description text with muted color for secondary information.
bg: rgb(232, 232, 240) · radius: 14px · shadow from tokens

Badges & Labels

New Feature Beta Draft

Spacing Scale

xxs 2px
xs 4px
sm 8px
md 12px
base 16px
lg 24px
xl 32px
2xl 48px
3xl 64px

Border Radius

none
0px
xs
4px
sm
8px
md
14px
lg
20px
xl
32px
full
9999px

Component Specs

Extracted CSS values per component and variant state.

Visual Reference

Playwright screenshots captured during extraction — source of truth for all tokens.

Desktop (1440px)
Desktop (1440px) screenshot
Mobile (390px)
Mobile (390px) screenshot

Breakpoints

Mobile 640px
Tablet 768px
Desktop 1024px
Large Desktop 1280px

Export tokens

Copy these design tokens to any framework. Generated from corpus-miam-da3-lavande 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: corpus-miam-da3-lavande
description: "Light product system built on #f8f8f8 with #c7fa94 as the primary CTA accent. Type anchored in system-ui at 48px / weight 600. Extracted automatically from https://corpus-miam-da3-lavande/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
  corpus-miam-da3-lavande is built on a pure-white canvas (rgb(248, 248, 248)).
  The system uses rgb(199, 250, 148) as the accent for primary actions and brand signals.
  Moderately rounded CTAs (12px) — modern SaaS standard, neither sharp nor pill alongside system-ui as the primary typeface.
  Depth comes from borders and surface contrast rather than shadows — a flat, structural elevation model.

colors:
  background: "#f8f8f8"
  surface-1: "#e8e8f0"
  surface-2: "#e8e8f0"
  ink-subtle: "#101018"
  primary: "#c7fa94"
  on-primary: "#111111"
  primary-hover: "#8568fa"
  hairline: "#412b24"

typography:

rounded:
  none: 0px
  xs: 4px
  sm: 8px
  md: 14px
  lg: 20px
  xl: 32px
  pill: 9999px

spacing:
  xxs: 2px
  xs: 4px
  sm: 8px
  md: 12px
  lg: 24px
  xl: 32px
  xxl: 64px

components:


extracted_at: "2026-06-13T05:38:24.545Z"
completeness: 26
scoreVersion: "v2"

---

# Design System — corpus-miam-da3-lavande
> Extracted automatically by Prism from corpus://corpus-miam-da3-lavande
> Date: 2026-06-13
> Viewport: Desktop 884x1848 + 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**: still  |  **Weight**: heavy  |  **Aesthetic**: product-neutral

| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#f8f8f8` |
| Type posture | sans-led (system-ui) | display type |
| Color assertion | dual-accent | #c7fa94 |
| Whitespace | moderate | section rhythm 48px |
| Interaction | still | 0 keyframes, 0 transitions |
| Radius language | 8px-rounded | from token scale |

**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · 8px-rounded · still-motion`

> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(248, 248, 248)` is the page background. Every component composits against this.
> - **Accent**: `rgb(199, 250, 148)` 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**: 8px on buttons/inputs. Pills (`9999px`) only for icon-buttons or status chips.
> - **Forbidden**: Do NOT introduce heavy box-shadows — this system relies on borders for separation
>
> **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

corpus-miam-da3-lavande sits on a off-white canvas (`#f8f8f8`), a neutral foundation calibrated for sustained reading and component contrast. 

The system font stack (system-ui) trades brand voice for performance and platform familiarity. 

Body text reads in Pure Black (`#000000`) (contrast ratio 20.5:1, well above WCAG AA). **#c7fa94** (`#c7fa94`) is the single high-saturation color in the system — it earns its presence only on interactive elements, making CTAs and links the unmistakable focal points against the otherwise neutral palette. Shadow is absent by design — depth is conveyed through borders, spacing, and color differentiation rather than light simulation. 


**Key Characteristics:**
- Background: Off-White (`#f8f8f8`)
- Accent: #c7fa94 (`#c7fa94`)

## 2. Color Palette & Roles

### Background & Surface
- **Off-White** (`#f8f8f8`): Page background (primary)
- **#c7fa94** (`#c7fa94`): Surface / elevated background
- **Whitesmoke** (`#e8e8f0`): Surface / elevated background
- **#d8d8e8** (`#d8d8e8`): Surface / elevated background

### Text & Content
- **Pure Black** (`#000000`): Primary body text
- **#4c1f08** (`#4c1f08`): Secondary text
- **Chocolate** (`#672b0d`): Secondary text
- **Charcoal** (`#412b24`): Secondary text
- **Near-Black** (`#101018`): Secondary text

### Accent & Interactive
- **Brand Indigo** (`#8568fa`): Interactive / accent
- **Mint** (`#a1fa81`): Interactive / accent
- **#977ff8** (`#977ff8`): Interactive / accent
- **#abd382** (`#abd382`): Interactive / accent
- **Lavender** (`#d0c8e8`): Interactive / accent
- **Lavender** (`#c8c0e0`): Interactive / accent
- **Cool Gray** (`#a0a0b8`): Interactive / accent

### Full Extracted Palette
**18 colors rendered on the page**. (16 categorized above + 2 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.

- `#080810` — Pure Black
- `#383040` — Charcoal

## 3. Typography Rules

### Font Families

### Typography Hierarchy

| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|

## 4. Component Stylings

## 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 | 4px |
| sm | 8px |
| md | 12px |
| 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 | 8px | Buttons, inputs, small elements |
| Md | 14px | Cards, containers |
| Lg | 20px | Large rounded elements, pill segments |
| Xl | 32px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |

### Shape Language

| Component | Border Radius |
|-----------|---------------|
| Page Body | `0px` |

**Shape Personality**: Sharp & Angular — No rounding. Precise, editorial, enterprise feel.


## 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** | `12px` | Card padding, list-item spacing |
| **compact** | `8px` | Form fields, tight clusters, badge padding |
| **micro** | `4px` | 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.).

## 6. Depth & Elevation

| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |

**Shadow Philosophy**: Flat design — no shadows used. Borders and spacing define structure.

## 8. Do's and Don'ts

### Do
- Use Off-White (`#f8f8f8`) as the page background — it's intentionally not pure white
- Keep font weights between 400-400 — the system uses a narrow weight range for subtle hierarchy
- Use #c7fa94 (`#c7fa94`) as the primary accent — it's the brand's signature interactive color
- Respect the 4px–32px spacing range — the design uses a wide scale for visual breathing room

### Don't
- Don't use pure white (`#ffffff`) as a page background — the warm tone is part of the brand identity
- Don't use weight 700 (bold) or above — 400 is the maximum weight in this system
- Don't introduce additional saturated accent colors — the palette is intentionally controlled


## 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(248, 248, 248)` as the base canvas"
    why: "Every component is designed to composit against this exact tone"
    test: "document.body.style.backgroundColor === 'rgb(248, 248, 248)'"
  - id: brand-accent-001
    type: do
    rule: "Reserve `rgb(199, 250, 148)` for primary CTAs and brand-mark signals only"
    why: "Single chromatic assertion device — overuse dilutes meaning"
    test: "querySelectorAll('[style*=\"rgb(199, 250, 148)\"]').length <= 3 per fold"
  - id: brand-depth-001
    type: dont
    rule: "Do NOT introduce drop shadows on cards or sections"
    why: "Containment is achieved via borders, not elevation — adding shadows breaks the depth contract"
    test: "getComputedStyle(card).boxShadow === 'none'"
```

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

### 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: 0px padding
- Navigation: adequate spacing between items
- Interactive elements: minimum 44px touch target recommended

## 10. Agent Prompt Guide

### Quick Reference
- Background: Off-White (`#f8f8f8`)
- Primary text: Pure Black (`#000000`)
- Accent: #c7fa94 (`#c7fa94`)
- Border: Charcoal (`#412b24`)
- Font: system-ui
- Body: 16px weight 400

### Example Component Prompts
- "Create the primary CTA button: `#c7fa94` background, `#000000` text, 12px border-radius, 11px 21px padding, 700 weight, system-ui font."
- "Build navigation: sticky on `#f8f8f8`. system-ui 16px weight 400 for links."

### Iteration Guide
1. **Canvas**: Set the light canvas to Off-White (`#f8f8f8`) — every component is composited against this exact base.
2. **Typography**: All type in system-ui, weight range 400–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: #c7fa94 (`#c7fa94`) — one accent, applied consistently to CTAs, active states, and links. Never introduce a second saturated color.
4. **Spacing**: Use the `--ca-space-*` token scale (4px–32px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
5. **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-background: #f8f8f8;
  --ca-surface-2: #e8e8f0;
  --ca-ink-subtle: #101018;
  --ca-primary: #c7fa94;
  --ca-on-primary: #111111;
  --ca-primary-hover: #8568fa;
  --ca-hairline: #412b24;
}

/* Spacing & Radius */
:root {
  --ca-space-xxs: 2px;
  --ca-space-xs: 4px;
  --ca-space-sm: 8px;
  --ca-space-md: 12px;
  --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: 8px;
  --ca-radius-md: 14px;
  --ca-radius-lg: 20px;
  --ca-radius-xl: 32px;
  --ca-radius-full: 9999px;
}
```


---
## Extraction Completeness: 26/100 (D)

| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 22 | 25 | 16 named colors |
| Typography | 0 | 20 | 0 roles defined |
| Components | 0 | 20 | 0 specs extracted |
| Motion & Interaction | 0 | 15 | No keyframes |
| CSS Custom Properties | 0 | 10 | 0 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 |
| **Motion / Animation** | No @keyframes or transitions detected | Either keep clones strictly static, or apply a single 150ms ease-out on hover/focus universally |
| **Component states** | Hover / focus / active states not captured | Darken background ~10% on hover, add 2px focus ring matching accent token, +50% opacity for disabled |
| **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 |
| **Design tokens** | Only 0 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 | 0 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | Low | 0 typography roles inferred |
| §4 Components | Low | 0 component variants captured |
| §7 Motion | Low | No motion data |
| §8 Do's/Don'ts | Medium | 7 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 4 breakpoints detected |
| §9b Photography | Low | 0 images, hero not detected |

---
*Generated by Prism — automated Playwright extraction + design analysis.*
*Source: corpus://corpus-miam-da3-lavande | 2026-06-13T05:38:24.549Z*
*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 corpus-miam-da3-lavande