Dust — Design System
The full decoded design system for Dust: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.
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/dust.
Tokens
Dust's decoded design system: background #FFFFFF, text #585B5D, accent #1C91FF, link #E9F7FF, primary #1C91FF; type scale h1 76px / h2 24px / body 18px; 4px spacing base; 0px base radius. The single interactive/action color is #1C91FF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F4F5F5 |
| border | #E5E6E6 |
| text | #585B5D |
| text_muted | #97999A |
| primary | #1C91FF |
| accent | #1C91FF |
| link | #E9F7FF |
| secondary | #596170 |
| button_bg | #1C91FF |
| button_text | #E9F7FF |
Using these colors
- Action color
#1C91FF— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#1C91FF— one role, not several (the action color).- accent
#1C91FF— 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
#E9F7FF— fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#596170— 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.
Typography
- Heading: Geist
- Body: Geist
- Mono: Geist Mono
- h1: 76px
- h2: 24px
- body: 18px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 20px, 24px, 28px, 40px
Radii
- base: 0px
- button: 16px
Motion
Micro-interactions run at 500ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 500ms · 180ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease - animated properties: opacity, transform, fill, color
Native design tokens
| Token | Value |
|---|---|
--color-border-darker | oklch(90.65% .0029 264.54) |
--separator-border | #80808059 |
--focus-border | #007fd4 |
--color-blue-50 | oklch(96.81% .0183 232.5) |
--color-blue-100 | oklch(92.26% .0441 234.57) |
--color-blue-200 | oklch(86.31% .0791 235.24) |
--color-blue-300 | oklch(79.91% .111 242.35) |
--color-blue-400 | oklch(72.15% .1521 248.14) |
--color-blue-500 | oklch(65.39% .1893 252.74) |
--color-blue-600 | oklch(59.5% .1756 252.9) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
oklch(0.7215 0.1521 248.14)
Layout (measured)
- container max-width:
1130px - nav: 36px relative
- common grid: 2 columns
Motion choreography (measured)
Load order: svg.flex-shrink-0 → span.pointer-events-none → span.pointer-events-none → div.home-trusted-track → g.human-body×22 → g.agent-body×8
Scroll reveal: 23 elements rest at opacity 0, translateY(14px), animate in over 0.5s cubic-bezier(0.215, 0.61, 0.355, 1).
Stagger: div ×5 — 80ms apart.
Stagger: article ×4 — 80ms apart.
Overlay recipe (measured)
dropdown panel: rgba(0, 0, 0, 0) · radius 0px · enter 180ms cubic-bezier(0.23, 1, 0.32, 1)
Responsive (measured)
- mobile (390px): hero 40px · nav hamburger
Per-section tokens (11)
- Hero — light · bg #FFFFFF · text #324E7A · 1 col · left
- Logo Wall — light · bg #FFFFFF · text #2D3446 · 1 col · left
- Feature — light · bg #FFFFFF · text #817F76 · 2 col · split
- Testimonial / Social Proof — light · bg #E8F7FF · text #6A4541 · 2 col · split
- Feature — light · bg #FFFFFF · text #949A9F · 2 col · split
- Feature — light · bg #FFFFFF · text #545658 · 2 col · split
- Feature — light · bg #FFFFFF · text #1D241F · 1 col · left
- Feature — light · bg #FFFFFF · text #565859 · 2 col · split
- Feature — light · bg #FFFFFF · text #A4A7AA · 1 col · left
- CTA / Sign-up — dark · bg #020619 · text #FFFFFF · 1 col · center
- Footer — light · bg #F7F7F7 · text #020619 · 1 col · left
Export: DESIGN.md
# Dust — Design System > light, modern, high, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F4F5F5` | | border | `#E5E6E6` | | text | `#585B5D` | | text_muted | `#97999A` | | primary | `#1C91FF` | | accent | `#1C91FF` | | link | `#E9F7FF` | | secondary | `#596170` | | button_bg | `#1C91FF` | | button_text | `#E9F7FF` | **Using these colors** - **Action color** `#1C91FF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `accent`, `button_bg` are all `#1C91FF` — one role, not several (your action color). - **accent** `#1C91FF` — 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** `#E9F7FF` — fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **secondary** `#596170` — 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): `#FFFFFF` 68.7% · `#262D3F` 18.8% · `#1D72C6` 7.1% · `#82B7E3` 3.6% ## Typography - Heading: **Geist** - Body: **Geist** - Mono: **Geist Mono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 69px / 550 · lh 62px · tracking -2.76px | | h2 | 48px / 450 · lh 52px · tracking -2.88px | | h3 | 24px / 550 · lh 30px · tracking -0.6px | | body | 16px / 400 · lh 24px · tracking -0.32px | | small | 15px / 400 · lh 21px · tracking -0.5px | | eyebrow | 10px / 450 · tracking 0.44px | - Weight ladder: 400 · 450 · 500 · 550 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Geist — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 6px, 8px, 12px, 16px, 20px, 24px, 28px, 40px — snap all gaps/padding to these - section rhythm: 96px top/bottom padding per section (measured) ## Radius - base: 0px - button: 16px - card: 16px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `oklch(0.6539 0.1893 252.74)` / `oklch(0.9681 0.0183 232.5)` | 1px solid rgba(0, 0, 0, 0) | 16px | 8px 16px 8px 16px | 400 16px | none | | secondary | `oklch(1 0 0)` / `oklch(0.256 0.006 34.298)` | 1px solid oklch(0.97 0.001 106.424) | 12px | 0px 12px 0px 12px | 400 16px | none | **States (measured, not guessed)** - primary hover: background `oklch(0.7215 0.1521 248.14)` - secondary hover: border `1px solid oklch(0.949 0.003 106.45)` · background `oklch(0.97 0.001 106.424)` - transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)` ## Motion - durations: 500ms (dominant) · 180ms · 300ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease` - animated properties: opacity, transform, fill, 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 | |-------|-------| | `--color-border-darker` | `oklch(90.65% .0029 264.54)` | | `--separator-border` | `#80808059` | | `--focus-border` | `#007fd4` | | `--color-blue-50` | `oklch(96.81% .0183 232.5)` | | `--color-blue-100` | `oklch(92.26% .0441 234.57)` | | `--color-blue-200` | `oklch(86.31% .0791 235.24)` | | `--color-blue-300` | `oklch(79.91% .111 242.35)` | | `--color-blue-400` | `oklch(72.15% .1521 248.14)` | | `--color-blue-500` | `oklch(65.39% .1893 252.74)` | | `--color-blue-600` | `oklch(59.5% .1756 252.9)` | | `--color-blue-700` | `oklch(53.19% .1614 253.34)` | | `--color-blue-800` | `oklch(42.97% .1261 252.69)` | _…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 1130px · common grid: 2-col - nav: 36px relative | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 729 | 171 | 2 | 32 | 32/32 | 80/20 | | 822 | 320 | — | — | 48/80 | — | | 1142 | 815 | 2 | 80 | 96/96 | — | | 1957 | 733 | 2 | 16 | 96/96 | 62/38 | | 2690 | 656 | 2 | 80 | 96/96 | — | | 3346 | 956 | 2 | 1 | 96/96 | — | | 4302 | 1182 | — | — | 96/96 | — | ## Motion choreography (measured) Load order: `svg.flex-shrink-0` @0ms → `span.pointer-events-none` @0ms → `span.pointer-events-none` @0ms → `div.home-trusted-track` @0ms → `g.human-body`×22 @1ms → `g.agent-body`×8 @4ms - `div.chat-card` — opacity 0→1 · transform translateX(-50%) scale(0.96)→translateX(-50%) scale(1) — 220ms cubic-bezier(0.165, 0.84, 0.44, 1) - `g.human-body` ×17 — transform translateY(0px) scale(1)→translateY(0px) scale(1) — 4800ms ease-in-out · loops - `g.agent-body` ×5 — transform scale(1)→scale(1) — 4600ms ease-in-out · loops - `circle.agent-halo` — opacity 0.34→0.34 · transform scale(1.05)→scale(1.05) — 3400ms ease-in-out · loops - stagger: `div` ×5 — 80ms apart - stagger: `article` ×4 — 80ms apart - scroll reveal: 23 elements rest at opacity 0, translateY(14px), animate in over 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) (19 revealed during the drive). - overlay dropdown (auto-opened): panel rgba(0, 0, 0, 0) · r 0px - enter: opacity from 0 · 180ms cubic-bezier(0.23, 1, 0.32, 1) Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: oklch(0.6539 0.1893 252.74) · no underline ## Responsive (measured) - mobile (390px): hero 40px · 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/dust
Export: Tailwind v4 (@theme)
@theme {
/* action color #1C91FF — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #F4F5F5;
--color-border: #E5E6E6;
--color-text: #585B5D;
--color-text-muted: #97999A;
--color-primary: #1C91FF; /* primary brand / action color. */
--color-accent: #1C91FF; /* 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: #E9F7FF; /* fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
--color-secondary: #596170; /* 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: #1C91FF; /* primary-button fill — the main call-to-action color. */
--color-button-text: #E9F7FF;
/* fonts: Geist — free, on Google. */
--font-heading: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "Geist Mono", ui-monospace, monospace;
/* measured weights: 400, 450, 500, 550 — use these, not 400/600 */
--text-hero: 69px; --font-weight-hero: 550; --leading-hero: 62px; --tracking-hero: -2.76px;
--text-h2: 48px; --font-weight-h2: 450; --leading-h2: 52px; --tracking-h2: -2.88px;
--text-h3: 24px; --font-weight-h3: 550; --leading-h3: 30px; --tracking-h3: -0.6px;
--text-body: 16px; --font-weight-body: 400; --leading-body: 24px; --tracking-body: -0.32px;
--text-small: 15px; --font-weight-small: 400; --leading-small: 21px; --tracking-small: -0.5px;
--text-eyebrow: 10px; --font-weight-eyebrow: 450; --tracking-eyebrow: 0.44px;
--radius-base: 0px;
--radius-button: 16px;
--radius-card: 16px;
--radius-pill: 9999px;
--color-btn-hover: oklch(0.7215 0.1521 248.14); /* measured primary hover fill */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 180ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--duration-slow: 500ms;
--section-y: 96px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 12, 16, 20, 24, 28, 40px */
}Export: CSS variables
:root {
/* action color #1C91FF — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #F4F5F5;
--border: #E5E6E6;
--text: #585B5D;
--text-muted: #97999A;
--primary: #1C91FF; /* primary brand / action color. */
--accent: #1C91FF; /* 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: #E9F7FF; /* fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
--secondary: #596170; /* 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: #1C91FF; /* primary-button fill — the main call-to-action color. */
--button-text: #E9F7FF;
--font-heading: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "Geist Mono", ui-monospace, monospace;
--text-hero: 69px; --weight-hero: 550; --leading-hero: 62px; --tracking-hero: -2.76px;
--text-h2: 48px; --weight-h2: 450; --leading-h2: 52px; --tracking-h2: -2.88px;
--text-h3: 24px; --weight-h3: 550; --leading-h3: 30px; --tracking-h3: -0.6px;
--text-body: 16px; --weight-body: 400; --leading-body: 24px; --tracking-body: -0.32px;
--text-small: 15px; --weight-small: 400; --leading-small: 21px; --tracking-small: -0.5px;
--text-eyebrow: 10px; --weight-eyebrow: 450; --tracking-eyebrow: 0.44px;
--radius: 0px;
--radius-button: 16px;
--radius-card: 16px;
--radius-pill: 9999px;
--btn-bg-hover: oklch(0.7215 0.1521 248.14);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 180ms;
--duration-base: 300ms;
--duration-slow: 500ms;
--section-y: 96px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--color-border-darker: oklch(90.65% .0029 264.54);
--separator-border: #80808059;
--focus-border: #007fd4;
--color-blue-50: oklch(96.81% .0183 232.5);
--color-blue-100: oklch(92.26% .0441 234.57);
--color-blue-200: oklch(86.31% .0791 235.24);
--color-blue-300: oklch(79.91% .111 242.35);
--color-blue-400: oklch(72.15% .1521 248.14);
--color-blue-500: oklch(65.39% .1893 252.74);
--color-blue-600: oklch(59.5% .1756 252.9);
--color-blue-700: oklch(53.19% .1614 253.34);
--color-blue-800: oklch(42.97% .1261 252.69);
}
/* fonts: Geist — free, on Google. */