Colophon — Design System
The full decoded design system for Colophon: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.
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/colophon.
Tokens
Colophon's decoded design system: background #F8F8F8, text #000000, accent #FFEE3B, link #FFEE3B, primary #FFEE3B; type scale h1 24px / h2 24px / body 24px; 5px spacing base; 0px base radius. The single interactive/action color is #000000 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F8F8F8 |
| surface | #E9E9E9 |
| border | #D2D2D2 |
| text | #000000 |
| text_muted | #5E5E5E |
| primary | #FFEE3B |
| accent | #FFEE3B |
| link | #FFEE3B |
| button_bg | #000000 |
| button_text | #FFFFFF |
Using these colors
- Action color
#000000— the single interactive color; only on things you click or must notice, never large fills. primary,accent,linkare all#FFEE3B— one role, not several (the action color).- accent
#FFEE3B— accent for emphasis — keep it rare on the page.
Typography
- h1: 24px
- h2: 24px
- body: 24px
Spacing
- base unit: 5px
- scale: 6px, 10px, 12px, 15px, 20px, 24px, 30px, 32px, 48px, 60px
Radii
- base: 0px
- button: 50px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms
- easings:
ease - animated properties: background
Button states (measured)
- primary hover: border
1px solid rgb(136, 136, 136)· color#333333 - primary focus: border
1px solid rgb(136, 136, 136)· color#333333· outline1px solid rgb(0, 0, 0)
Layout (measured)
- container max-width:
800px - nav: 704px relative
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 425px · 550px · 600px · 640px · 768px · 896px
- mobile (390px): hero 20px · nav inline
Per-section tokens (3)
- Hero — light · bg #FEEF35 · text #938D3F · 2 col · left
- Feature — light · bg #F8F8F8 · text #000000 · 1 col · center
- CTA / Sign-up — light · bg #F8F8F8 · text #111011 · 1 col · left
Export: DESIGN.md
# Colophon — Design System > light, professional, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#F8F8F8` | | surface | `#E9E9E9` | | border | `#D2D2D2` | | text | `#000000` | | text_muted | `#5E5E5E` | | primary | `#FFEE3B` | | accent | `#FFEE3B` | | link | `#FFEE3B` | | button_bg | `#000000` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#000000` — 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`, `link` are all `#FFEE3B` — one role, not several. - **accent** `#FFEE3B` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#FEEE35` 56.6% · `#F9F9FA` 29% · `#81844F` 14.3% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 36px / 400 | | body | 24px / 400 | | small | 16px / 400 | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 5px (inferred from the measured scale) - measured scale: 6px, 10px, 12px, 15px, 20px, 24px, 30px, 32px, 48px, 60px — snap all gaps/padding to these - section rhythm: 48px top/bottom padding per section (measured) ## Radius - base: 0px - button: 50px - card: 50px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#346E4A` / `#FFFFFF` | 1px solid rgb(255, 255, 255) | 2px | 12px 10px 12px 10px | 600 11.382px / 0.5691px | none | **States (measured, not guessed)** - primary hover: border `1px solid rgb(136, 136, 136)` · color `#333333` - primary focus: border `1px solid rgb(136, 136, 136)` · color `#333333` · outline `1px solid rgb(0, 0, 0)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` ## Motion - durations: 300ms (dominant) - easings: `ease` (dominant) - animated properties: background Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Layout (measured) - container max 800px - nav: 704px relative · bg #FFEE3B | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 1114 | 237 | — | — | 0/48 | — | | 1399 | 462 | — | — | 0/0 | — | | 1909 | 196 | — | — | 0/0 | — | ## Motion choreography (measured) - overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #000000 · underline ## Responsive (measured) - breakpoints: 425px · 550px · 600px · 640px · 768px · 896px - mobile (390px): hero 20px · 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/colophon
Export: Tailwind v4 (@theme)
@theme {
/* action color #000000 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #F8F8F8;
--color-surface: #E9E9E9;
--color-border: #D2D2D2;
--color-text: #000000;
--color-text-muted: #5E5E5E;
--color-primary: #FFEE3B; /* a brand color — but the call-to-action uses #000000, not this. */
--color-accent: #FFEE3B; /* accent for emphasis — keep it rare on the page. */
--color-link: #FFEE3B; /* 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). */
--color-button-bg: #000000; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
--text-hero: 36px; --font-weight-hero: 400;
--text-body: 24px; --font-weight-body: 400;
--text-small: 16px; --font-weight-small: 400;
--radius-base: 0px;
--radius-button: 50px;
--radius-card: 50px;
--radius-sharp: 2px;
--shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
--outline-focus: 1px solid rgb(0, 0, 0); /* measured focus ring */
--ease-brand: ease;
--duration-fast: 300ms; /* use: duration-[var(--duration-fast)] */
--section-y: 48px; /* per-section vertical padding (measured) */
--spacing: 5px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 6, 10, 12, 15, 20, 24, 30, 32, 48, 60px */
}Export: CSS variables
:root {
/* action color #000000 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #F8F8F8;
--surface: #E9E9E9;
--border: #D2D2D2;
--text: #000000;
--text-muted: #5E5E5E;
--primary: #FFEE3B; /* a brand color — but the call-to-action uses #000000, not this. */
--accent: #FFEE3B; /* accent for emphasis — keep it rare on the page. */
--link: #FFEE3B; /* 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). */
--button-bg: #000000; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 36px; --weight-hero: 400;
--text-body: 24px; --weight-body: 400;
--text-small: 16px; --weight-small: 400;
--radius: 0px;
--radius-button: 50px;
--radius-card: 50px;
--radius-sharp: 2px;
--shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
--focus-ring: 1px solid rgb(0, 0, 0);
--ease: ease;
--duration-fast: 300ms;
--section-y: 48px;
}