MozaikaLive decode

Wispr Flow — decoded design system

wisprflow.ai · light · modern · custom · deep decode — measured live

Wispr Flow's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/wisprflow.ai.

Decoded design system

Wispr Flow's decoded design system: background #FFFFEB, text #1A1A1A, accent #F0D7FF, link #FFFFEB, primary #034F46; type scale h1 120px / h2 64px / body 20px; 8px spacing base; 16px base radius. The single interactive/action color is #F0D7FF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFEB
surface#F1F1DE
border#DCDCCB
text#1A1A1A
text_muted#717169
primary#034F46
accent#F0D7FF
link#FFFFEB
secondary#FFFFEB
button_bg#F0D7FF
button_text#1A1A1A

Using these colors

Typography

Spacing

Radii

Motion

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

Native design tokens

TokenValue
--background-color--background-primary#ffffeb
--text-color--text-primary#1a1a1a
--text-color--text-alternate#fff
--text-color--text-secondary#ffffeb
--background-color--background-success#cef5ca
--text-color--text-success#114e0b
--border-color--border-primary#1a1a1a4d
--background-color--background-alternate#fff
--alpha--light--50#ffffeb80
--background-color--background-secondary#f0d7ff

…and 52 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.clients_cms-wrapper×4

Scroll reveal: 2 elements rest at a pre-reveal state.

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/wisprflow.ai

registry item · or query it over MCP: get_design_system("Wispr Flow")

Export: DESIGN.md

# Wispr Flow — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFEB` |
| surface | `#F1F1DE` |
| border | `#DCDCCB` |
| text | `#1A1A1A` |
| text_muted | `#717169` |
| primary | `#034F46` |
| accent | `#F0D7FF` |
| link | `#FFFFEB` |
| secondary | `#FFFFEB` |
| button_bg | `#F0D7FF` |
| button_text | `#1A1A1A` |

**Using these colors**

- **Action color** `#F0D7FF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `button_bg` are all `#F0D7FF` — one role, not several (your action color).
- `link`, `secondary` are all `#FFFFEB` — one role, not several.
- **accent** `#F0D7FF` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **primary** `#034F46` — a brand color — but the call-to-action uses #F0D7FF, not this.
- **Page coverage** (full-page screenshot pixels): `#5E5E58` 75.4% · `#FFFFEB` 18.7% · `#383E3D` 3.8% · `#AFAFA3` 1.2%

## Typography

- Heading: **Eb Garamond** _(free fallback: Newsreader)_
- Body: **Figtree**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 120px / 400 · lh 102px · tracking -3.6px |
| h2 | 64px / 400 · lh 61px · tracking -1.92px |
| h3 | 48px / 400 · lh 53px · tracking -1.44px |
| body | 20px / 700 · lh 26px |
| small | 16px / 700 · lh 21px |

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

> **Fonts —** Eb Garamond may be proprietary — safe free fallback: Newsreader (Google Fonts). Figtree — free, on Google.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 8px, 11px, 12px, 14px, 16px, 24px, 32px, 40px, 48px, 64px — snap all gaps/padding to these
- section rhythm: 96px top/bottom padding per section (measured)

## Radius
- base: 16px
- button: 12px
- card: 14px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#F0D7FF` / `#1A1A1A` | 2px solid rgb(26, 26, 26) | 12px | 14px 14px 14px 14px | 600 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#1A1A1A` | 2px solid rgba(26, 26, 26, 0) | 16px | 14px 14px 14px 14px | 600 16px | none |

**States (measured, not guessed)**

- primary hover: transform `matrix(0.98, 0, 0, 0.98, 0, 0)`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `transform 0.2s ease`

## Motion
- durations: 300ms (dominant) · 200ms · 100ms
- easings: `ease` (dominant) · `linear`
- animated properties: transform, color, margin, background-color

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--background-color--background-primary` | `#ffffeb` |
| `--text-color--text-primary` | `#1a1a1a` |
| `--text-color--text-alternate` | `#fff` |
| `--text-color--text-secondary` | `#ffffeb` |
| `--background-color--background-success` | `#cef5ca` |
| `--text-color--text-success` | `#114e0b` |
| `--border-color--border-primary` | `#1a1a1a4d` |
| `--background-color--background-alternate` | `#fff` |
| `--alpha--light--50` | `#ffffeb80` |
| `--background-color--background-secondary` | `#f0d7ff` |
| `--border-color--border-secondary` | `#1a1a1a` |
| `--base-color-system--error-red-dark` | `#7f1c34` |

_…and 50 more measured on the page._

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

## Layout (measured)
- container max 1240px · common grid: 5-col
- nav: 73px relative · bg rgba(221, 221, 221, 0)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 793 | 5 | — | 0/0 | 41/4/9/6/41 |
| 873 | 1301 | — | — | 0/0 | — |
| 1797 | 377 | — | — | 0/0 | — |
| 3370 | 800 | — | — | 0/0 | — |
| 4170 | 848 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.clients_cms-wrapper`×4 @0ms
- scroll reveal: 2 elements rest at a pre-reveal state (2 revealed during the drive).

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

## Components (measured)
- link: #FFFFEB · underline

## Responsive (measured)
- breakpoints: 480px · 768px · 992px
- mobile (390px): hero 56px · body 16px · nav: hamburger

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

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