MozaikaDesign system

Chroma — Design System

light · modern · medium · tailwind · confidence 90% · deep decode

The full decoded design system for Chroma: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

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/ds/chroma.

Tokens

Chroma's decoded design system: background #FAFAF9, text #0A0A0A, accent #171717, link #4A5565, primary #364153; type scale h1 24px / h2 16px / body 12px; 8px spacing base; 0px base radius. The single interactive/action color is #171717 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FAFAF9
surface#EBEBEA
border#D6D6D5
text#0A0A0A
text_muted#656564
primary#364153
accent#171717
link#4A5565
secondary#101828
button_bg#171717
button_text#FAFAFA

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--backgroundlab(100% 0 0)
--foregroundlab(2.75381% 0 0)
--cardlab(100% 0 0)
--card-foregroundlab(2.75381% 0 0)
--popoverlab(100% 0 0)
--popover-foregroundlab(2.75381% 0 0)
--primarylab(7.78201% -.0000149012 0)
--primary-foregroundlab(98.26% 0 0)
--secondarylab(96.52% -.0000298023 .0000119209)
--secondary-foregroundlab(7.78201% -.0000149012 0)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.blink-plane×2 → span.flow-line×3 → span.flow-dots×2

Stagger: span ×3 — 665ms apart.

Overlay recipe (measured)

dialog panel: lab(100 0 0) · radius 14px

Responsive (measured)

Per-section tokens (15)

Export: DESIGN.md

# Chroma — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FAFAF9` |
| surface | `#EBEBEA` |
| border | `#D6D6D5` |
| text | `#0A0A0A` |
| text_muted | `#656564` |
| primary | `#364153` |
| accent | `#171717` |
| link | `#4A5565` |
| secondary | `#101828` |
| button_bg | `#171717` |
| button_text | `#FAFAFA` |

**Using these colors**

- **Action color** `#171717` — 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 `#171717` — one role, not several (your action color).
- **accent** `#171717` — 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** `#364153` — a brand color — but the call-to-action uses #171717, not this.
- **link** `#4A5565` — inline text links and link-styled controls.
- **secondary** `#101828` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#FAFAF9` 86.5% · `#313130` 5.6% · `#9F9A94` 5.4% · `#DCDAD6` 2.5%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **IBM Plex Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 24px / 400 · lh 32px |
| h2 | 18px / 400 · lh 28px |
| body | 14px / 500 · lh 20px |
| small | 12px / 400 · lh 16px |

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

> **Fonts —** Inter — free, on Google.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 48px — snap all gaps/padding to these

## Radius
- base: 0px
- button: 6px
- card: 6px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `lab(27.1134 -0.956401 -12.3224)` | 1px solid lab(85.1236 -0.612259 -3.7138) | 3.35544e+07px | 10px 16px 10px 16px | 400 14px | none |
| secondary | `lab(7.78201 -0.0000149012 0)` / `lab(98.26 0 0)` | 1px solid rgba(0, 0, 0, 0) | 6px | 0px 10px 0px 10px | 500 14px | none |

**States (measured, not guessed)**

- primary hover: background `lab(98.2596 -0.247031 -0.706708)`
- primary focus: outline `1px auto oklab(0.707999 -0.00000712276 0.0000166297 / 0.5)`
- secondary hover: background `oklab(0.205 -0.00000207871 0.00000478327 / 0.9)`
- transition: `all 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgb(240, 240, 240) 6px 6px 0px 0px`

## Motion
- durations: 150ms (dominant) · 300ms · 1500ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease`
- animated properties: color, background-color, border-color, outline-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` | `lab(100% 0 0)` |
| `--foreground` | `lab(2.75381% 0 0)` |
| `--card` | `lab(100% 0 0)` |
| `--card-foreground` | `lab(2.75381% 0 0)` |
| `--popover` | `lab(100% 0 0)` |
| `--popover-foreground` | `lab(2.75381% 0 0)` |
| `--primary` | `lab(7.78201% -.0000149012 0)` |
| `--primary-foreground` | `lab(98.26% 0 0)` |
| `--secondary` | `lab(96.52% -.0000298023 .0000119209)` |
| `--secondary-foreground` | `lab(7.78201% -.0000149012 0)` |
| `--muted` | `lab(96.52% -.0000298023 .0000119209)` |
| `--muted-foreground` | `lab(48.496% 0 0)` |

_…and 108 more measured on the page._

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

## Layout (measured)
- container max 1280px · common grid: 3-col
- nav: 68px

## Motion choreography (measured)
Load order: `span.blink-plane`×2 @0ms → `span.flow-line`×3 @0ms → `span.flow-dots`×2 @0ms
- `span.blink-plane` ×2 — opacity 1→1 — 2500ms ease-in-out · loops
- `span.flow-line` ×3 — opacity 0.2→0.2 — 2000ms ease-in-out · loops
- `span.flow-dots` ×2 — opacity 0.3→0.3 — 1500ms ease-in-out · loops
- stagger: `span` ×3 — 665ms apart
- overlay dialog (auto-opened): panel lab(100 0 0) · r 14px · shadow 

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

## Components (measured)
- link: lab(2.75381 0 0) · underline
- disabled: bg #2D333A · text #FFFFFF

## Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px
- mobile (390px): hero 24px · 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/chroma

Export: Tailwind v4 (@theme)

@theme {
  /* action color #171717 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FAFAF9;
  --color-surface: #EBEBEA;
  --color-border: #D6D6D5;
  --color-text: #0A0A0A;
  --color-text-muted: #656564;
  --color-primary: #364153;  /* a brand color — but the call-to-action uses #171717, not this. */
  --color-accent: #171717;  /* 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. */
  --color-link: #4A5565;  /* inline text links and link-styled controls. */
  --color-secondary: #101828;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --color-button-bg: #171717;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FAFAFA;
  /* fonts: Inter — free, on Google. */
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  /* measured weights: 400, 500, 600 — use these, not 400/600 */
  --text-hero: 24px; --font-weight-hero: 400; --leading-hero: 32px;
  --text-h2: 18px; --font-weight-h2: 400; --leading-h2: 28px;
  --text-body: 14px; --font-weight-body: 500; --leading-body: 20px;
  --text-small: 12px; --font-weight-small: 400; --leading-small: 16px;
  --radius-base: 0px;
  --radius-button: 6px;
  --radius-card: 6px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgb(240, 240, 240) 6px 6px 0px 0px;
  --color-btn-hover: lab(98.2596 -0.247031 -0.706708);  /* measured primary hover fill */
  --outline-focus: 1px auto oklab(0.707999 -0.00000712276 0.0000166297 / 0.5);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 1500ms;
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 8, 10, 12, 16, 20, 24, 32, 48px */
}

Export: CSS variables

:root {
  /* action color #171717 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FAFAF9;
  --surface: #EBEBEA;
  --border: #D6D6D5;
  --text: #0A0A0A;
  --text-muted: #656564;
  --primary: #364153;  /* a brand color — but the call-to-action uses #171717, not this. */
  --accent: #171717;  /* 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. */
  --link: #4A5565;  /* inline text links and link-styled controls. */
  --secondary: #101828;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --button-bg: #171717;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FAFAFA;
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --text-hero: 24px; --weight-hero: 400; --leading-hero: 32px;
  --text-h2: 18px; --weight-h2: 400; --leading-h2: 28px;
  --text-body: 14px; --weight-body: 500; --leading-body: 20px;
  --text-small: 12px; --weight-small: 400; --leading-small: 16px;
  --radius: 0px;
  --radius-button: 6px;
  --radius-card: 6px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgb(240, 240, 240) 6px 6px 0px 0px;
  --btn-bg-hover: lab(98.2596 -0.247031 -0.706708);
  --focus-ring: 1px auto oklab(0.707999 -0.00000712276 0.0000166297 / 0.5);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 1500ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --background: lab(100% 0 0);
  --foreground: lab(2.75381% 0 0);
  --card: lab(100% 0 0);
  --card-foreground: lab(2.75381% 0 0);
  --popover: lab(100% 0 0);
  --popover-foreground: lab(2.75381% 0 0);
  --primary: lab(7.78201% -.0000149012 0);
  --primary-foreground: lab(98.26% 0 0);
  --secondary: lab(96.52% -.0000298023 .0000119209);
  --secondary-foreground: lab(7.78201% -.0000149012 0);
  --muted: lab(96.52% -.0000298023 .0000119209);
  --muted-foreground: lab(48.496% 0 0);
}
/* fonts: Inter — free, on Google. */