Ghost — decoded design system
Ghost'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/ghost.org.
Decoded design system
Ghost's decoded design system: background #FFFFFF, text #000000, accent #D1FF19, link #94A3B8, primary #94A3B8; type scale h1 96px / h2 48px / body 24px; 8px spacing base; 5px base radius. The single interactive/action color is #FEC137 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #94A3B8 |
| accent | #D1FF19 |
| link | #94A3B8 |
| button_bg | #FEC137 |
| button_text | #000000 |
Using these colors
- Action color
#FEC137— the single interactive color; only on things you click or must notice, never large fills. primary,linkare all#94A3B8— one role, not several (the action color).- accent
#D1FF19— accent for emphasis — keep it rare on the page.
Typography
- Heading: InterDisplay
- Body: InterVariable
- h1: 96px
- h2: 48px
- body: 24px
Spacing
- base unit: 8px
- scale: 3px, 8px, 12px, 16px, 20px, 24px, 27px, 28px, 36px, 54px
Radii
- base: 5px
- button: 9999px
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.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.03) 0px 2px 6px 0px
Motion
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)
Native design tokens
| Token | Value |
|---|---|
--color-base | #15171a |
--color-blue | #3eb0ef |
--color-yellow | #ffd400 |
--color-lime | #d1ff19 |
--color-green | #5dcf1f |
--color-teal | #009c7e |
--color-darkgrey | #343f44 |
--color-midgrey | #738a94 |
--color-lightgrey | #c5d2d9 |
--color-whitegrey | #e5eff5 |
…and 7 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1400px - nav: 94px relative
- common grid: 12 columns
Responsive (measured)
- breakpoints: 500px · 620px · 640px · 660px · 768px · 1000px
- mobile (390px): hero 25px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/ghost.org
registry item · or query it over MCP: get_design_system("Ghost")
Export: DESIGN.md
# Ghost — 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 | `#94A3B8` | | accent | `#D1FF19` | | link | `#94A3B8` | | button_bg | `#FEC137` | | button_text | `#000000` | **Using these colors** - **Action color** `#FEC137` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `link` are all `#94A3B8` — one role, not several. - **accent** `#D1FF19` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#FFFFFF` 58.3% · `#101213` 38.6% · `#4E4F4B` 3.1% ## Typography - Heading: **InterDisplay** _(free fallback: Newsreader)_ - Body: **InterVariable** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 96px / 700 · lh 96px · tracking -2.4px | | h2 | 48px / 700 · lh 55px | | h3 | 36px / 700 · lh 36px · tracking -0.9px | | body | 24px / 400 · lh 36px | | small | 15px / 500 · lh 23px | | eyebrow | 12px / 700 · tracking 1.2px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** InterDisplay may be proprietary — safe free fallback: Newsreader (Google Fonts). InterVariable may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 3px, 8px, 12px, 16px, 20px, 24px, 27px, 28px, 36px, 54px — snap all gaps/padding to these - section rhythm: 72px top/bottom padding per section (measured) ## Radius - base: 5px - button: 9999px - card: 24px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FEC137` / `#000000` | none | 9999px | 8px 3px 8px 3px | 400 15px | none | | secondary | `#15171A` / `#FFFFFF` | 1px solid rgba(0, 0, 0, 0) | 6px | 8px 16px 8px 16px | 400 14px | 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 0px 1px 0px, rgba(0, 0, 0, 0.03) 0px 2px 6px 0px | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `all 0.3s cubic-bezier(0.4, 0, 0.2, 1)` ## 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.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.03) 0px 2px 6px 0px` ## Motion - durations: 300ms (dominant) - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) 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-base` | `#15171a` | | `--color-blue` | `#3eb0ef` | | `--color-yellow` | `#ffd400` | | `--color-lime` | `#d1ff19` | | `--color-green` | `#5dcf1f` | | `--color-teal` | `#009c7e` | | `--color-darkgrey` | `#343f44` | | `--color-midgrey` | `#738a94` | | `--color-lightgrey` | `#c5d2d9` | | `--color-whitegrey` | `#e5eff5` | | `--color-wash` | `#f1f2f3` | | `--color-red` | `#f05230` | _…and 5 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1400px · common grid: 12-col - nav: 94px relative · bg #FFFFFF | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 238 | 243 | — | — | 0/0 | — | | 553 | 851 | — | — | 0/0 | — | | 1403 | 621 | — | — | 99/108 | — | | 2024 | 1725 | 12 | 72 | 0/0 | — | | 3749 | 2585 | 12 | 36 | 72/72 | — | ## Components (measured) - link: #64748B · no underline ## Responsive (measured) - breakpoints: 500px · 620px · 640px · 660px · 768px · 1000px - mobile (390px): hero 25px · body 15px · 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 Ghost's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with ghost.org. No screenshots stored. Removal requests: hello@mozaika.design.