MozaikaDesign system

Unkey — Design System

dark · modern · medium · tailwind · confidence 92% · deep decode

Unkey secures APIs in blackout: Articulat CF at 64px/400 white on #040406, Inter at 16px, and sharp zero-radius white buttons. Rate-limit dashboards and key-verification code samples glow against the void with thin keyline borders — developer security tooling with the visual temperature of a server room at night.

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/unkey.

Tokens

Unkey's decoded design system: background #040406, text #9194A1, accent #ABAEBB, link #ABAEBB, primary #9194A1; type scale h1 64px / h2 44px / body 16px; 8px spacing base; 0px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#040406
surface#0C0C0F
border#19191D
text#9194A1
text_muted#5B5D66
primary#9194A1
accent#ABAEBB
link#ABAEBB
secondary#3C83F6
button_bg#FFFFFF
button_text#040406

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--accordion-background-color#09090b
--accordion-background-color-dark#09090b
--accordion-background-hover#09090b
--accordion-background-hover-dark#09090b
--accordion-border-color#27272a
--accordion-border-color-dark#27272a
--accordion-text-color#fff
--accordion-text-color-dark#fff
--accordion-icon-color#a1a1aa
--accordion-icon-color-dark#a1a1aa

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.c15t-ui-root-hE9Kzdiv.c15t-ui-root-hE9Kzdiv.rive-touch-scroll-fix×4

Responsive (measured)

Per-section tokens (10)

Export: DESIGN.md

# Unkey — Design System

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

Unkey secures APIs in blackout: Articulat CF at 64px/400 white on #040406, Inter at 16px, and sharp zero-radius white buttons. Rate-limit dashboards and key-verification code samples glow against the void with thin keyline borders — developer security tooling with the visual temperature of a server room at night.

## Colors

| Role | Value |
|------|-------|
| bg | `#040406` |
| surface | `#0C0C0F` |
| border | `#19191D` |
| text | `#9194A1` |
| text_muted | `#5B5D66` |
| primary | `#9194A1` |
| accent | `#ABAEBB` |
| link | `#ABAEBB` |
| secondary | `#3C83F6` |
| button_bg | `#FFFFFF` |
| button_text | `#040406` |

**Using these colors**

- **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link` are all `#ABAEBB` — one role, not several.
- **accent** `#ABAEBB` — accent for emphasis — keep it rare on the page.
- **primary** `#9194A1` — ≈ the text color — a foreground/text color, not an action color (action = #FFFFFF).
- **secondary** `#3C83F6` — 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): `#0B0C0E` 62.9% · `#313234` 20.5% · `#1D1D20` 11% · `#7E7F84` 5.7%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **JetBrains Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 400 · lh 72px |
| h2 | 52px / 400 · lh 59px |
| h3 | 44px / 400 · lh 50px |
| body | 16px / 400 · lh 22px |
| small | 15px / 400 · lh 19px |
| eyebrow | 14px / 400 · tracking 0.42px |

- Weight ladder: 400 · 500 — 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, 7px, 8px, 10px, 12px, 16px, 20px, 24px, 26px, 32px — snap all gaps/padding to these
- section rhythm: 200px top/bottom padding per section (measured)

## Radius
- base: 0px
- button: 0px
- card: 6px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#040406` | none | 0px | 0px 24px 0px 24px | 500 14px / -0.35px | none |
| secondary | `#040406` / `#FFFFFF` | 1px solid rgb(255, 255, 255) | 0px | 0px 24px 0px 24px | 500 14px / -0.35px | none |

**States (measured, not guessed)**

- primary hover: background `#E3E4E9`
- secondary hover: background `#1C1D22`
- transition: `color 0.2s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.12) 0px 8px 24px 0px`

## Motion
- durations: 200ms (dominant) · 80ms · 150ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)`
- 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 |
|-------|-------|
| `--accordion-background-color` | `#09090b` |
| `--accordion-background-color-dark` | `#09090b` |
| `--accordion-background-hover` | `#09090b` |
| `--accordion-background-hover-dark` | `#09090b` |
| `--accordion-border-color` | `#27272a` |
| `--accordion-border-color-dark` | `#27272a` |
| `--accordion-text-color` | `#fff` |
| `--accordion-text-color-dark` | `#fff` |
| `--accordion-icon-color` | `#a1a1aa` |
| `--accordion-icon-color-dark` | `#a1a1aa` |
| `--accordion-arrow-color` | `#a1a1aa` |
| `--accordion-arrow-color-dark` | `#a1a1aa` |

_…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 1616px · common grid: 2-col
- nav: 54px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 1019 | — | — | 0/0 | — |
| 1019 | 1028 | — | — | 229/0 | — |
| 2690 | 590 | 2 | — | 0/0 | — |
| 3344 | 590 | 2 | — | 0/0 | — |
| 3999 | 590 | 2 | — | 0/0 | — |
| 4653 | 590 | 2 | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.c15t-ui-root-hE9Kz` @0ms → `div.c15t-ui-root-hE9Kz` @0ms → `div.rive-touch-scroll-fix`×4 @346ms

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

## Components (measured)
- card ×4: pad 26px 32px 24px 32px · r 0px · border 1px solid rgb(46, 48, 56) · bg #040406
  - hover: font-weight `400` · letter-spacing `normal`

## Responsive (measured)
- breakpoints: 480px · 640px · 768px · 1024px · 1280px · 1536px
- mobile (390px): hero 36px · body 16px · nav: inline

## 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/unkey

Export: Tailwind v4 (@theme)

@theme {
  /* action color #FFFFFF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #040406;
  --color-surface: #0C0C0F;
  --color-border: #19191D;
  --color-text: #9194A1;
  --color-text-muted: #5B5D66;
  --color-primary: #9194A1;  /* ≈ the text color — a foreground/text color, not an action color (action = #FFFFFF). */
  --color-accent: #ABAEBB;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #ABAEBB;  /* reads as a neutral UI color, not a link accent — verify against the reference (action = #FFFFFF). */
  --color-secondary: #3C83F6;  /* 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: #FFFFFF;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #040406;
  /* 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: "JetBrains Mono", ui-monospace, monospace;
  /* measured weights: 400, 500 — use these, not 400/600 */
  --text-hero: 64px; --font-weight-hero: 400; --leading-hero: 72px;
  --text-h2: 52px; --font-weight-h2: 400; --leading-h2: 59px;
  --text-h3: 44px; --font-weight-h3: 400; --leading-h3: 50px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 22px;
  --text-small: 15px; --font-weight-small: 400; --leading-small: 19px;
  --text-eyebrow: 14px; --font-weight-eyebrow: 400; --tracking-eyebrow: 0.42px;
  --radius-base: 0px;
  --radius-button: 0px;
  --radius-card: 6px;
  --shadow-card: rgba(0, 0, 0, 0.12) 0px 8px 24px 0px;
  --color-btn-hover: #E3E4E9;  /* measured primary hover fill */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 80ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 150ms;
  --duration-slow: 200ms;
  --section-y: 200px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 7, 8, 10, 12, 16, 20, 24, 26, 32px */
}

Export: CSS variables

:root {
  /* action color #FFFFFF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #040406;
  --surface: #0C0C0F;
  --border: #19191D;
  --text: #9194A1;
  --text-muted: #5B5D66;
  --primary: #9194A1;  /* ≈ the text color — a foreground/text color, not an action color (action = #FFFFFF). */
  --accent: #ABAEBB;  /* accent for emphasis — keep it rare on the page. */
  --link: #ABAEBB;  /* reads as a neutral UI color, not a link accent — verify against the reference (action = #FFFFFF). */
  --secondary: #3C83F6;  /* 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: #FFFFFF;  /* primary-button fill — the main call-to-action color. */
  --button-text: #040406;
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --text-hero: 64px; --weight-hero: 400; --leading-hero: 72px;
  --text-h2: 52px; --weight-h2: 400; --leading-h2: 59px;
  --text-h3: 44px; --weight-h3: 400; --leading-h3: 50px;
  --text-body: 16px; --weight-body: 400; --leading-body: 22px;
  --text-small: 15px; --weight-small: 400; --leading-small: 19px;
  --text-eyebrow: 14px; --weight-eyebrow: 400; --tracking-eyebrow: 0.42px;
  --radius: 0px;
  --radius-button: 0px;
  --radius-card: 6px;
  --shadow-card: rgba(0, 0, 0, 0.12) 0px 8px 24px 0px;
  --btn-bg-hover: #E3E4E9;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 80ms;
  --duration-base: 150ms;
  --duration-slow: 200ms;
  --section-y: 200px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --accordion-background-color: #09090b;
  --accordion-background-color-dark: #09090b;
  --accordion-background-hover: #09090b;
  --accordion-background-hover-dark: #09090b;
  --accordion-border-color: #27272a;
  --accordion-border-color-dark: #27272a;
  --accordion-text-color: #fff;
  --accordion-text-color-dark: #fff;
  --accordion-icon-color: #a1a1aa;
  --accordion-icon-color-dark: #a1a1aa;
  --accordion-arrow-color: #a1a1aa;
  --accordion-arrow-color-dark: #a1a1aa;
}
/* fonts: Inter — free, on Google. */