MozaikaDesign system

Deno — Design System

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

The full decoded design system for Deno: 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/deno.

Tokens

Deno's decoded design system: background #FFFFFF, text #000000, accent #70FFAF, link #172723, primary #70FFAF; type scale h1 72px / h2 36px / body 16px; 4px spacing base; 4px base radius. The single interactive/action color is #70FFAF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#70FFAF
accent#70FFAF
link#172723
secondary#0A0E1C
button_bg#70FFAF
button_text#000000

Using these colors

Typography

Spacing

Radii

Motion

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

Native design tokens

TokenValue
--color-canvas-default-transparentrgba(255,255,255,0)
--color-prettylights-syntax-comment#57606a
--color-prettylights-syntax-constant#0550ae
--color-prettylights-syntax-entity#6639ba
--color-prettylights-syntax-storage-modifier-import#24292f
--color-prettylights-syntax-entity-tag#116329
--color-prettylights-syntax-keyword#cf222e
--color-prettylights-syntax-string#0a3069
--color-prettylights-syntax-variable#953800
--color-prettylights-syntax-string-regexp#116329

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: a.bg-offblack×2 → h2.text-balance×17 → path×5 → div.z-20img.w-fulldiv.w-[200%]

Scroll reveal: 6 elements rest at opacity 0, translateY(16px), animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1).

Stagger: div ×9 — 80ms apart.

Input (measured)

height 34px · radius 8px · focus ring 2px solid rgb(174, 1, 255)

Responsive (measured)

Per-section tokens (12)

Export: DESIGN.md

# Deno — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#70FFAF` |
| accent | `#70FFAF` |
| link | `#172723` |
| secondary | `#0A0E1C` |
| button_bg | `#70FFAF` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#70FFAF` — 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 `#70FFAF` — one role, not several (your action color).
- **accent** `#70FFAF` — 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** `#172723` — inline text links and link-styled controls.
- **secondary** `#0A0E1C` — 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): `#122125` 69.9% · `#FFFFFF` 16% · `#9BF4C3` 10% · `#2F413F` 4.1%

## Typography

- Heading: **Inter**
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 72px / 700 · lh 79px · tracking -1.8px |
| h2 | 44px / 700 · lh 48px · tracking -1.1px |
| h3 | 36px / 700 · lh 40px · tracking -0.9px |
| body | 18px / 400 · lh 28px |
| small | 16px / 400 · lh 24px |

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

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

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

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#F5F5F5` / `#9EA0A5` | none | 9999px | 6px 16px 6px 16px | 400 12px | none |
| secondary | `#25272B` / `#000000` | none | 9999px | 2px 2px 2px 2px | 400 16px | none |

**States (measured, not guessed)**

- primary hover: color `#56575A`
- primary focus: outline `2px solid rgb(174, 1, 255)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 150ms (dominant) · 1ms · 800ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-out`
- 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 |
|-------|-------|
| `--color-canvas-default-transparent` | `rgba(255,255,255,0)` |
| `--color-prettylights-syntax-comment` | `#57606a` |
| `--color-prettylights-syntax-constant` | `#0550ae` |
| `--color-prettylights-syntax-entity` | `#6639ba` |
| `--color-prettylights-syntax-storage-modifier-import` | `#24292f` |
| `--color-prettylights-syntax-entity-tag` | `#116329` |
| `--color-prettylights-syntax-keyword` | `#cf222e` |
| `--color-prettylights-syntax-string` | `#0a3069` |
| `--color-prettylights-syntax-variable` | `#953800` |
| `--color-prettylights-syntax-string-regexp` | `#116329` |
| `--color-prettylights-syntax-markup-deleted-text` | `#82071e` |
| `--color-prettylights-syntax-markup-deleted-bg` | `#ffebe9` |

_…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 1170px · common grid: 2-col
- nav: 96px sticky · bg oklab(0.999994 0.0000455678 0.0000200868 / 0.9)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 260 | 486 | 2 | 128 | 0/0 | 60/40 |
| 1369 | 1239 | 2 | 128 | 0/0 | 60/40 |
| 2896 | 1632 | 2 | 128 | 0/0 | 40/60 |

## Motion choreography (measured)
Load order: `a.bg-offblack`×2 @0ms → `h2.text-balance`×17 @0ms → `path`×5 @0ms → `div.z-20` @0ms → `img.w-full` @236ms → `` @236ms
- `ul.absolute` ×2 — transform translateY(-360px)→translateY(-400px) — 600ms cubic-bezier(0.22, 1, 0.36, 1)
- `a.bg-offblack` — opacity 0→1 · transform translateY(16px)→translateY(0px) — 800ms cubic-bezier(0.075, 0.82, 0.165, 1)
- `svg.pointer-events-none` — opacity 1→0 · transform translateY(0px)→translateY(-40px) — 600ms cubic-bezier(0.22, 1, 0.36, 1)
- `img.absolute` — transform translateY(128px)→translateY(0px) — 1ms ease-out
- `h2.text-balance` ×2 — opacity 0→1 · transform translateY(16px)→translateY(0px) — 800ms cubic-bezier(0.075, 0.82, 0.165, 1)
- `a.absolute` — opacity 0→1 · transform translateX(-30px)→none — 1ms ease-out
- stagger: `div` ×9 — 80ms apart
- scroll reveal: 6 elements rest at opacity 0, translateY(16px), animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1) (5 revealed during the drive).

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

## Components (measured)
- input: h 34px · r 8px · border 1px solid rgb(134, 135, 137) · bg rgba(0, 0, 0, 0) · placeholder oklab(0 0 0 / 0.5)
  - focus ring: `2px solid rgb(174, 1, 255)` — this exact construction, don't invent your own
- link: #000000 · no underline

## Responsive (measured)
- breakpoints: 440px · 640px · 768px · 1024px · 1280px · 1536px
- mobile (390px): hero 39px · 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/deno

Export: Tailwind v4 (@theme)

@theme {
  /* action color #70FFAF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #EFEFEF;
  --color-border: #D8D8D8;
  --color-text: #000000;
  --color-text-muted: #606060;
  --color-primary: #70FFAF;  /* primary brand / action color. */
  --color-accent: #70FFAF;  /* 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: #172723;  /* inline text links and link-styled controls. */
  --color-secondary: #0A0E1C;  /* 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: #70FFAF;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #000000;
  /* 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;
  /* measured weights: 400, 500, 700 — use these, not 400/600 */
  --text-hero: 72px; --font-weight-hero: 700; --leading-hero: 79px; --tracking-hero: -1.8px;
  --text-h2: 44px; --font-weight-h2: 700; --leading-h2: 48px; --tracking-h2: -1.1px;
  --text-h3: 36px; --font-weight-h3: 700; --leading-h3: 40px; --tracking-h3: -0.9px;
  --text-body: 18px; --font-weight-body: 400; --leading-body: 28px;
  --text-small: 16px; --font-weight-small: 400; --leading-small: 24px;
  --radius-base: 4px;
  --radius-button: 9999px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --outline-focus: 2px solid rgb(174, 1, 255);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 1ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 150ms;
  --duration-slow: 800ms;
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 3, 4, 6, 8, 10, 12, 16, 24, 32px */
}

Export: CSS variables

:root {
  /* action color #70FFAF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #70FFAF;  /* primary brand / action color. */
  --accent: #70FFAF;  /* 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: #172723;  /* inline text links and link-styled controls. */
  --secondary: #0A0E1C;  /* 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: #70FFAF;  /* primary-button fill — the main call-to-action color. */
  --button-text: #000000;
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 72px; --weight-hero: 700; --leading-hero: 79px; --tracking-hero: -1.8px;
  --text-h2: 44px; --weight-h2: 700; --leading-h2: 48px; --tracking-h2: -1.1px;
  --text-h3: 36px; --weight-h3: 700; --leading-h3: 40px; --tracking-h3: -0.9px;
  --text-body: 18px; --weight-body: 400; --leading-body: 28px;
  --text-small: 16px; --weight-small: 400; --leading-small: 24px;
  --radius: 4px;
  --radius-button: 9999px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --focus-ring: 2px solid rgb(174, 1, 255);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 1ms;
  --duration-base: 150ms;
  --duration-slow: 800ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-prettylights-syntax-comment: #57606a;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #6639ba;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
}
/* fonts: Inter — free, on Google. */