MozaikaLive decode

Deno — decoded design system

deno.com · light · modern · tailwind · deep decode — measured live

Deno'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.

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/decode/deno.com.

Decoded design system

Deno's decoded design system: background #FFFFFF, text #000000, accent #70FFAF, link #868789, primary #70FFAF; type scale h1 72px / h2 44px / body 18px; 4px spacing base; 4px base radius. The single interactive/action color is #F5F5F5 — 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#868789
secondary#0A0E1C
button_bg#F5F5F5
button_text#9EA0A5

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)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/deno.com

registry item · or query it over MCP: get_design_system("Deno")

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 | `#868789` |
| secondary | `#0A0E1C` |
| button_bg | `#F5F5F5` |
| button_text | `#9EA0A5` |

**Using these colors**

- **Action color** `#F5F5F5` — 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` are all `#70FFAF` — one role, not several.
- **accent** `#70FFAF` — accent for emphasis — keep it rare on the page.
- **link** `#868789` — reads as a neutral UI color, not a link accent — verify against the reference (action = #F5F5F5).
- **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: 0px
- card: 4px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#F5F5F5` / `#9EA0A5` | none | 0px | 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.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Deno's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with deno.com. No screenshots stored. Removal requests: hello@mozaika.design.