MozaikaLive decode

ClickHouse — decoded design system

clickhouse.com · dark · professional · tailwind · deep decode — measured live

ClickHouse'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/clickhouse.com.

Decoded design system

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

Color roles

RoleValue
bg#131312
surface#20201F
border#333333
text#ECECEE
text_muted#99999A
primary#FAFF69
accent#FAFF69
link#000000
secondary#4F5101
button_bg#166534
button_text#FFFFFF

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-neutral-750lab(11.6695% -.575654 2.20573)
--color-neutral-600lab(40.7356% -.0000149012 .00000596046)
--color-neutral-500lab(53.5884% 0 0)
--color-amber-600lab(60.3514% 40.5624 87.1228)
--color-primary-900lab(6.80894% -2.73491 10.0176)
--color-neutral-300lab(77.7048% -.0000298023 0)
--color-primary-400lab(93.4022% -17.6904 90.034)
--color-red-200lab(86.017% 19.8815 7.75869)
--color-neutral-200lab(88.8292% 0 -.0000119209)
--color-blue-300lab(77.5052% -6.4629 -36.42)

…and 104 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: h1.animate-fade-updiv.absolutep.animate-fade-updiv.animate-fade-up×2 → div.w-fulldiv.cc-window

Overlay recipe (measured)

dialog panel: #141414 · radius 10px

Responsive (measured)

Install it

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

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

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

Export: DESIGN.md

# ClickHouse — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#131312` |
| surface | `#20201F` |
| border | `#333333` |
| text | `#ECECEE` |
| text_muted | `#99999A` |
| primary | `#FAFF69` |
| accent | `#FAFF69` |
| link | `#000000` |
| secondary | `#4F5101` |
| button_bg | `#166534` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#166534` — 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 `#FAFF69` — one role, not several.
- **accent** `#FAFF69` — accent for emphasis — keep it rare on the page.
- **link** `#000000` — 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** `#4F5101` — 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): `#131312` 49.2% · `#282826` 43.1% · `#797E6F` 7.7%

## Typography

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

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 96px / 600 · lh 96px |
| h2 | 36px / 600 · lh 45px |
| h3 | 24px / 400 · lh 36px |
| body | 16px / 400 · lh 24px |
| small | 14px / 500 · lh 18px |
| eyebrow | 14px / 600 · tracking 0.35px |

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

## Radius
- base: 8px
- button: 0px
- card: 8px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#166534` / `#FFFFFF` | 1px solid rgb(20, 20, 20) | 0px | 12px 16px 12px 16px | 400 14px | none |
| secondary | `lab(97.5527 -15.3436 68.8452)` / `lab(6.77022 -0.00000745058 0)` | 1px solid lab(97.5527 -15.3436 68.8452) | 4px | 10px 16px 10px 16px | 500 14px | none |

**States (measured, not guessed)**

- primary hover: background `#14532D`
- primary focus: outline `1px solid rgb(20, 20, 20)`
- secondary hover: border `1px solid lab(93.4022 -17.6904 90.034)` · background `lab(93.4022 -17.6904 90.034)`

## Motion
- durations: 150ms (dominant) · 300ms · 500ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease`
- 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-neutral-750` | `lab(11.6695% -.575654 2.20573)` |
| `--color-neutral-600` | `lab(40.7356% -.0000149012 .00000596046)` |
| `--color-neutral-500` | `lab(53.5884% 0 0)` |
| `--color-amber-600` | `lab(60.3514% 40.5624 87.1228)` |
| `--color-primary-900` | `lab(6.80894% -2.73491 10.0176)` |
| `--color-neutral-300` | `lab(77.7048% -.0000298023 0)` |
| `--color-primary-400` | `lab(93.4022% -17.6904 90.034)` |
| `--color-red-200` | `lab(86.017% 19.8815 7.75869)` |
| `--color-neutral-200` | `lab(88.8292% 0 -.0000119209)` |
| `--color-blue-300` | `lab(77.5052% -6.4629 -36.42)` |
| `--color-yellow-400` | `lab(83.2664% 8.65132 106.895)` |
| `--color-primary-300` | `lab(97.5527% -15.3436 68.8452)` |

_…and 102 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1280px · common grid: 2-col
- nav: 73px sticky · backdrop blur(8px) · border-bottom 1px solid oklab(0.999994 0.0000455678 0.0000200868 / 0.05) · bg oklab(0.1957 -0.0000019595 0.00000458956 / 0.8)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 73 | 574 | — | — | 0/48 | — |
| 648 | 338 | — | — | 80/48 | — |
| 986 | 569 | 4 | 16 | 64/0 | — |
| 1667 | 1995 | 2 | 48 | 0/0 | 42/58 |
| 3758 | 960 | — | — | 96/96 | — |

## Motion choreography (measured)
Load order: `h1.animate-fade-up` @0ms → `div.absolute` @2ms → `p.animate-fade-up` @79ms → `div.animate-fade-up`×2 @270ms → `div.w-full` @641ms → `div.cc-window` @1536ms
- `h1.animate-fade-up` — opacity 0→1 · transform translateY(8px)→translateY(0px) — 500ms ease
- `p.animate-fade-up` — opacity 0→1 · transform translateY(8px)→translateY(0px) — 500ms ease (delay 200ms)
- `div.animate-fade-up` ×2 — opacity 0→1 · transform translateY(8px)→translateY(0px) — 500ms ease (delay 400ms)
- `div.absolute` — opacity 1→1 — 2000ms cubic-bezier(0.4, 0, 0.6, 1) · loops
- overlay dialog (auto-opened): panel #141414 · r 10px · border 1px solid rgb(57, 57, 57)

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

## Components (measured)
- card ×4: pad 0px 0px 0px 0px · r 8px · border 1px solid oklab(0.375299 -0.00000376999 0.00000882149 / 0.8) · shadow  · bg oklab(0.1957 -0.0000019595 0.00000458956 / 0.5)
  - hover: box-shadow `` · font-weight `400` · letter-spacing `normal`
- link: lab(97.5527 -15.3436 68.8452) · no underline

## Responsive (measured)
- breakpoints: 330px · 416px · 528px · 549px · 768px · 930px
- mobile (390px): hero 24px · 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.

← 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 ClickHouse's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with clickhouse.com. No screenshots stored. Removal requests: hello@mozaika.design.