Axiom — decoded design system
Axiom'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/axiom.co.
Decoded design system
Axiom's decoded design system: background #000000, text #202020, accent #DA5C2C, link #B4B4B4, primary #DA5C2C; type scale h1 32px / h2 24px / body 14px; 8px spacing base; 4px base radius. The single interactive/action color is #EEEEEE — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #000000 |
| surface | #010101 |
| border | #040404 |
| text | #202020 |
| text_muted | #131313 |
| primary | #DA5C2C |
| accent | #DA5C2C |
| link | #B4B4B4 |
| secondary | #6B7280 |
| button_bg | #EEEEEE |
| button_text | #111111 |
Using these colors
- Action color
#EEEEEE— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#DA5C2C— one role, not several (the action color).- accent
#DA5C2C— accent for emphasis — keep it rare on the page. - link
#B4B4B4— reads as a neutral UI color, not a link accent — verify against the reference (action = #EEEEEE). - secondary
#6B7280— 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.
Typography
- Heading: Berkeley Mono
- Body: Inter
- Mono: BerkeleyMono
- h1: 32px
- h2: 24px
- body: 14px
Spacing
- base unit: 8px
- scale: 2px, 4px, 6px, 8px, 16px, 24px, 32px, 40px, 48px, 64px
Radii
- base: 4px
- button: 2.5px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px - card:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 200ms · 150ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0.4, 0, 1, 1) - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| Token | Value |
|---|---|
--gray-13 | #0c0c0c |
--gray-01 | #fcfcfc |
--gray-02 | #f9f9f9 |
--gray-03 | #f0f0f0 |
--gray-04 | #e8e8e8 |
--gray-05 | #e0e0e0 |
--gray-06 | #d9d9d9 |
--gray-07 | #cecece |
--gray-08 | #bbbbbb |
--gray-09 | #8d8d8d |
…and 89 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1240px - nav: 74px sticky
Motion choreography (measured)
Load order: div.inline-block → div.dark
Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1240px · 1280px · 1536px
- mobile (390px): hero 30px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/axiom.co
registry item · or query it over MCP: get_design_system("Axiom")
Export: DESIGN.md
# Axiom — Design System > dark, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#000000` | | surface | `#010101` | | border | `#040404` | | text | `#202020` | | text_muted | `#131313` | | primary | `#DA5C2C` | | accent | `#DA5C2C` | | link | `#B4B4B4` | | secondary | `#6B7280` | | button_bg | `#EEEEEE` | | button_text | `#111111` | **Using these colors** - **Action color** `#EEEEEE` — 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 `#DA5C2C` — one role, not several. - **accent** `#DA5C2C` — accent for emphasis — keep it rare on the page. - **link** `#B4B4B4` — reads as a neutral UI color, not a link accent — verify against the reference (action = #EEEEEE). - **secondary** `#6B7280` — 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): `#000000` 77.8% · `#161616` 18.4% · `#6A6D77` 3.8% ## Typography - Heading: **Berkeley Mono** _(free fallback: JetBrains Mono)_ - Body: **Inter** - Mono: **BerkeleyMono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 32px / 400 · lh 40px | | h2 | 24px / 400 · lh 32px | | h3 | 20px / 400 · lh 28px | | body | 14px / 400 · lh 20px | | small | 12px / 400 · lh 16px | - Weight ladder: 400 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Berkeley Mono may be proprietary — safe free fallback: JetBrains Mono (Google Fonts). Inter — free, on Google. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 4px, 6px, 8px, 16px, 24px, 32px, 40px, 48px, 64px — snap all gaps/padding to these - section rhythm: 96px top/bottom padding per section (measured) ## Radius - base: 4px - button: 2.5px - card: 4px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#EEEEEE` / `#111111` | none | 2.5px | 0px 0px 0px 0px | 400 14px | none | | secondary | `rgba(0, 0, 0, 0)` / `#B4B4B4` | 1px solid rgb(96, 96, 96) | 4px | 0px 16px 0px 16px | 400 14px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` - secondary hover: border `1px solid rgb(110, 110, 110)` · color `#EEEEEE` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px` - card: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px` ## Motion - durations: 200ms (dominant) · 150ms · 300ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0.4, 0, 1, 1)` - animated properties: color, background-color, border-color, text-decoration-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 | |-------|-------| | `--gray-13` | `#0c0c0c` | | `--gray-01` | `#fcfcfc` | | `--gray-02` | `#f9f9f9` | | `--gray-03` | `#f0f0f0` | | `--gray-04` | `#e8e8e8` | | `--gray-05` | `#e0e0e0` | | `--gray-06` | `#d9d9d9` | | `--gray-07` | `#cecece` | | `--gray-08` | `#bbbbbb` | | `--gray-09` | `#8d8d8d` | | `--gray-10` | `#838383` | | `--gray-11` | `#646464` | _…and 87 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1240px - nav: 74px sticky | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 732 | 745 | — | — | 0/0 | — | | 2135 | 830 | — | — | 96/96 | — | | 2965 | 851 | — | — | 96/96 | — | | 3815 | 1104 | — | — | 96/96 | — | ## Motion choreography (measured) Load order: `div.inline-block` @0ms → `div.dark` @2217ms Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #EEEEEE · underline - disabled: bg rgba(0, 0, 0, 0) · text #606060 ## Responsive (measured) - breakpoints: 640px · 768px · 1024px · 1240px · 1280px · 1536px - mobile (390px): hero 30px · 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 Axiom's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with axiom.co. No screenshots stored. Removal requests: hello@mozaika.design.