Dust — decoded design system
Dust'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.
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/dust.tt.
Decoded design system
Dust's decoded design system: background #FFFFFF, text #000000, accent #1C91FF, link #E9F7FF, primary #1C91FF; type scale h1 69px / h2 48px / body 16px; 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 | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| 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: 69px
- h2: 48px
- body: 16px
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
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/dust.tt
registry item · or query it over MCP: get_design_system("Dust")
Export: DESIGN.md
# Dust — Design System > light, modern, high, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | 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.
An automated reading of Dust's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with dust.tt. No screenshots stored. Removal requests: hello@mozaika.design.