Depot — decoded design system
Depot'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/depot.dev.
Decoded design system
Depot's decoded design system: background #04040B, text #EEEEF0, accent #71D083, link #7C7A85, primary #1B2A1E; type scale h1 60px / h2 48px / body 14px; 8px spacing base; 1px base radius. The single interactive/action color is #1B2A1E — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #04040B |
| surface | #121218 |
| border | #27272D |
| text | #EEEEF0 |
| text_muted | #959598 |
| primary | #1B2A1E |
| accent | #71D083 |
| link | #7C7A85 |
| secondary | #71D083 |
| button_bg | #1B2A1E |
| button_text | #71D083 |
Using these colors
- Action color
#1B2A1E— the single interactive color; only on things you click or must notice, never large fills. primary,button_bgare all#1B2A1E— one role, not several (the action color).accent,secondaryare all#71D083— one role, not several (the action color).- accent
#71D083— accent for emphasis — keep it rare on the page. - link
#7C7A85— reads as a neutral UI color, not a link accent — verify against the reference (action = #1B2A1E).
Typography
- Heading: Red Hat Display
- Body: Red Hat Text
- Mono: Red Hat Mono Variable
- h1: 60px
- h2: 48px
- body: 14px
Spacing
- base unit: 8px
- scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 48px
Radii
- base: 1px
- button: 8px
Motion
Micro-interactions run at 500ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 500ms · 150ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·linear - animated properties: opacity, color, background-color, border-color
Native design tokens
| Token | Value |
|---|---|
--ci-log-row-divider | oklch(25.5% .005 285) |
--ci-divider | oklch(28.7% .004 285) |
--ci-divider-strong | oklch(31.9% .004 285) |
--ci-workspace-border | oklch(27.5% .006 285) |
--background | oklch(100% 0 0) |
--foreground | oklch(14.5% 0 0) |
--card | oklch(100% 0 0) |
--card-foreground | oklch(14.5% 0 0) |
--popover | oklch(100% 0 0) |
--popover-foreground | oklch(14.5% 0 0) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: border
1px solid rgb(62, 121, 73) - primary focus: outline
1px auto oklab(0.708 0 0 / 0.5)
Layout (measured)
- container max-width:
1152px - nav: 31px relative
- common grid: 5 columns
Motion choreography (measured)
Load order: div → div.border-animated×2 → div.connector-animated×2 → div.animate-pulse-slow
Responsive (measured)
- mobile (390px): hero 36px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/depot.dev
registry item · or query it over MCP: get_design_system("Depot")
Export: DESIGN.md
# Depot — Design System > dark, professional, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#04040B` | | surface | `#121218` | | border | `#27272D` | | text | `#EEEEF0` | | text_muted | `#959598` | | primary | `#1B2A1E` | | accent | `#71D083` | | link | `#7C7A85` | | secondary | `#71D083` | | button_bg | `#1B2A1E` | | button_text | `#71D083` | **Using these colors** - **Action color** `#1B2A1E` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `button_bg` are all `#1B2A1E` — one role, not several (your action color). - `accent`, `secondary` are all `#71D083` — one role, not several. - **accent** `#71D083` — accent for emphasis — keep it rare on the page. - **link** `#7C7A85` — reads as a neutral UI color, not a link accent — verify against the reference (action = #1B2A1E). - **Page coverage** (full-page screenshot pixels): `#1B1D1D` 77.2% · `#0C0C10` 16.8% · `#414345` 6% ## Typography - Heading: **Red Hat Display** _(free fallback: Newsreader)_ - Body: **Red Hat Text** _(free fallback: Newsreader)_ - Mono: **Red Hat Mono Variable** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 60px / 700 · lh 60px · tracking -1.5px | | h2 | 48px / 700 · lh 48px · tracking -1.2px | | h3 | 36px / 700 · lh 40px | | body | 14px / 400 · lh 20px | | small | 12px / 400 · lh 16px | | eyebrow | 12px / 500 · tracking 0.3px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Red Hat Display may be proprietary — safe free fallback: Newsreader (Google Fonts). Red Hat Text may be proprietary — safe free fallback: Newsreader (Google Fonts). ## 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 - section rhythm: 128px top/bottom padding per section (measured) ## Radius - base: 1px - button: 8px - card: 6px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#1B2A1E` / `#71D083` | 1px solid rgb(54, 103, 64) | 8px | 8px 12px 8px 12px | 400 14px | none | | secondary | `#1A191B` / `#B5B2BC` | 1px solid rgb(73, 71, 78) | 10px | 12px 16px 12px 16px | 500 14px | none | **States (measured, not guessed)** - primary hover: border `1px solid rgb(62, 121, 73)` - primary focus: outline `1px auto oklab(0.708 0 0 / 0.5)` - secondary hover: border `1px solid rgb(98, 95, 105)` ## Motion - durations: 500ms (dominant) · 150ms · 300ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear` - animated properties: opacity, color, background-color, border-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 | |-------|-------| | `--ci-log-row-divider` | `oklch(25.5% .005 285)` | | `--ci-divider` | `oklch(28.7% .004 285)` | | `--ci-divider-strong` | `oklch(31.9% .004 285)` | | `--ci-workspace-border` | `oklch(27.5% .006 285)` | | `--background` | `oklch(100% 0 0)` | | `--foreground` | `oklch(14.5% 0 0)` | | `--card` | `oklch(100% 0 0)` | | `--card-foreground` | `oklch(14.5% 0 0)` | | `--popover` | `oklch(100% 0 0)` | | `--popover-foreground` | `oklch(14.5% 0 0)` | | `--primary` | `oklch(20.5% 0 0)` | | `--primary-foreground` | `oklch(98.5% 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 1152px · common grid: 5-col - nav: 31px relative ## Motion choreography (measured) Load order: `div` @0ms → `div.border-animated`×2 @1ms → `div.connector-animated`×2 @1ms → `div.animate-pulse-slow` @1ms - `div` — transform rotate(0deg)→rotate(360deg) — 400ms · loops - `div.animate-pulse-slow` — opacity 1→1 — 3000ms cubic-bezier(0.4, 0, 0.6, 1) · loops Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #EEEEF0 · no underline ## Responsive (measured) - mobile (390px): hero 36px · 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 Depot's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with depot.dev. No screenshots stored. Removal requests: hello@mozaika.design.