Hume — Design System
The full decoded design system for Hume: 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/hume.
Tokens
Hume's decoded design system: background #FFF9F3, text #222222, accent #E8739E, link #E8739E, primary #E8739E; type scale h1 48px / body 16px; 8px spacing base; 0px base radius. The single interactive/action color is #FFFAF4 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFF9F3 |
| surface | #F1ECE6 |
| border | #DDD8D3 |
| text | #222222 |
| text_muted | #757371 |
| primary | #E8739E |
| accent | #E8739E |
| link | #E8739E |
| button_bg | #FFFAF4 |
| button_text | #FFFFFF |
Using these colors
- Action color
#FFFAF4— the single interactive color; only on things you click or must notice, never large fills. primary,accent,linkare all#E8739E— one role, not several (the action color).- accent
#E8739E— accent for emphasis — keep it rare on the page.
Typography
- Heading: Fellix
- Body: Fellix
- Mono: PP Fraktion Mono
- h1: 48px
- body: 16px
Spacing
- base unit: 8px
- scale: 4px, 8px, 12px, 16px, 20px, 24px, 32px, 48px, 64px, 96px
Radii
- base: 0px
- button: 9999px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 200ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0, 0, 0.2, 1) - animated properties: background-color, color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--background | #fff9f3 |
--foreground | #222 |
--accent-pink | #f7bbe6 |
--accent-magenta | #ea93f3 |
--accent-purple | #c094e4 |
--accent-blue | #7fb8ef |
--accent-sky | #9ddbfb |
--accent-mint | #85e4c5 |
--accent-green | #7bd289 |
--accent-lime | #c1d581 |
…and 84 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
960px - nav: 64px fixed, backdrop
blur(0px) - common grid: 3 columns
Motion choreography (measured)
Scroll reveal: 14 elements rest at opacity 0, translateY(24px).
Input (measured)
height 48px · radius 3.35544e+07px · focus ring rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.999994 0.0000455678 0.0000200868 / 0.3) 0px 0px 0px 2px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px
- mobile (390px): hero 30px · nav hamburger
Per-section tokens (6)
Export: DESIGN.md
# Hume — Design System > light, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFF9F3` | | surface | `#F1ECE6` | | border | `#DDD8D3` | | text | `#222222` | | text_muted | `#757371` | | primary | `#E8739E` | | accent | `#E8739E` | | link | `#E8739E` | | button_bg | `#FFFAF4` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#FFFAF4` — 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 `#E8739E` — one role, not several. - **accent** `#E8739E` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#FFF9F3` 89.9% · `#F1D5D4` 8.2% · `#B499A1` 2% ## Typography - Heading: **Fellix** _(free fallback: Newsreader)_ - Body: **Fellix** _(free fallback: Newsreader)_ - Mono: **PP Fraktion Mono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 48px / 520 · lh 48px · tracking -1.2px | | h2 | 36px / 520 · lh 40px · tracking -0.9px | | h3 | 30px / 520 · lh 36px · tracking -0.75px | | body | 14px / 400 · lh 20px | | small | 12px / 400 · lh 16px · tracking 0.3px | | eyebrow | 12px / 400 · tracking 0.3px | - Weight ladder: 400 · 520 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Fellix may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 4px, 8px, 12px, 16px, 20px, 24px, 32px, 48px, 64px, 96px — snap all gaps/padding to these - section rhythm: 112px top/bottom padding per section (measured) ## Radius - base: 0px - button: 9999px - card: 8px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#222222` / `#FFF9F3` | none | 3.35544e+07px | 8px 16px 8px 16px | 400 14px | none | | secondary | `#222222` / `#FFF9F3` | none | 9999px | — | — | none | **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)` ## Motion - durations: 150ms (dominant) · 200ms · 300ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)` - animated properties: background-color, 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 | |-------|-------| | `--background` | `#fff9f3` | | `--foreground` | `#222` | | `--accent-pink` | `#f7bbe6` | | `--accent-magenta` | `#ea93f3` | | `--accent-purple` | `#c094e4` | | `--accent-blue` | `#7fb8ef` | | `--accent-sky` | `#9ddbfb` | | `--accent-mint` | `#85e4c5` | | `--accent-green` | `#7bd289` | | `--accent-lime` | `#c1d581` | | `--accent-orange` | `#ffb760` | | `--accent-coral` | `#f89d6b` | _…and 82 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 960px · common grid: 3-col - nav: 64px fixed · backdrop blur(0px) · bg rgba(255, 249, 243, 0) | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 828 | — | — | 0/0 | — | | 828 | 1196 | 3 | 16 | 112/112 | — | | 2024 | 1108 | — | — | 32/112 | — | | 3132 | 728 | 3 | 16 | 32/112 | — | | 3860 | 368 | — | — | 96/96 | — | | 4228 | 289 | 2 | 64 | 0/0 | — | ## Motion choreography (measured) - scroll reveal: 14 elements rest at opacity 0, translateY(24px) (14 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 48px · r 3.35544e+07px · bg oklab(0.999994 0.0000455678 0.0000200868 / 0.1) · placeholder oklab(0.999994 0.0000455678 0.0000200868 / 0.4) - focus ring: `` — this exact construction, don't invent your own - disabled: bg oklab(0.999994 0.0000455678 0.0000200868 / 0.2) · text oklab(0.999994 0.0000455678 0.0000200868 / 0.4) ## Responsive (measured) - breakpoints: 640px · 768px · 1024px · 1280px - 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. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/hume
Export: Tailwind v4 (@theme)
@theme {
/* action color #FFFAF4 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFF9F3;
--color-surface: #F1ECE6;
--color-border: #DDD8D3;
--color-text: #222222;
--color-text-muted: #757371;
--color-primary: #E8739E; /* a brand color — but the call-to-action uses #FFFAF4, not this. */
--color-accent: #E8739E; /* accent for emphasis — keep it rare on the page. */
--color-link: #E8739E; /* fails contrast on the background (~2.7: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: #FFFAF4; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* fonts: Fellix may be proprietary — safe free fallback: Newsreader (Google Fonts). */
--font-heading: "Fellix", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Fellix", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "PP Fraktion Mono", ui-monospace, monospace;
/* measured weights: 400, 520 — use these, not 400/600 */
--text-hero: 48px; --font-weight-hero: 520; --leading-hero: 48px; --tracking-hero: -1.2px;
--text-h2: 36px; --font-weight-h2: 520; --leading-h2: 40px; --tracking-h2: -0.9px;
--text-h3: 30px; --font-weight-h3: 520; --leading-h3: 36px; --tracking-h3: -0.75px;
--text-body: 14px; --font-weight-body: 400; --leading-body: 20px;
--text-small: 12px; --font-weight-small: 400; --leading-small: 16px; --tracking-small: 0.3px;
--text-eyebrow: 12px; --font-weight-eyebrow: 400; --tracking-eyebrow: 0.3px;
--radius-base: 0px;
--radius-button: 9999px;
--radius-card: 8px;
--radius-pill: 9999px;
--outline-focus: 1px auto rgb(16, 16, 16); /* measured focus ring */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 112px; /* per-section vertical padding (measured) */
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 12, 16, 20, 24, 32, 48, 64, 96px */
}Export: CSS variables
:root {
/* action color #FFFAF4 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFF9F3;
--surface: #F1ECE6;
--border: #DDD8D3;
--text: #222222;
--text-muted: #757371;
--primary: #E8739E; /* a brand color — but the call-to-action uses #FFFAF4, not this. */
--accent: #E8739E; /* accent for emphasis — keep it rare on the page. */
--link: #E8739E; /* fails contrast on the background (~2.7: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: #FFFAF4; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--font-heading: "Fellix", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Fellix", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "PP Fraktion Mono", ui-monospace, monospace;
--text-hero: 48px; --weight-hero: 520; --leading-hero: 48px; --tracking-hero: -1.2px;
--text-h2: 36px; --weight-h2: 520; --leading-h2: 40px; --tracking-h2: -0.9px;
--text-h3: 30px; --weight-h3: 520; --leading-h3: 36px; --tracking-h3: -0.75px;
--text-body: 14px; --weight-body: 400; --leading-body: 20px;
--text-small: 12px; --weight-small: 400; --leading-small: 16px; --tracking-small: 0.3px;
--text-eyebrow: 12px; --weight-eyebrow: 400; --tracking-eyebrow: 0.3px;
--radius: 0px;
--radius-button: 9999px;
--radius-card: 8px;
--radius-pill: 9999px;
--focus-ring: 1px auto rgb(16, 16, 16);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms;
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 112px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--background: #fff9f3;
--foreground: #222;
--accent-pink: #f7bbe6;
--accent-magenta: #ea93f3;
--accent-purple: #c094e4;
--accent-blue: #7fb8ef;
--accent-sky: #9ddbfb;
--accent-mint: #85e4c5;
--accent-green: #7bd289;
--accent-lime: #c1d581;
--accent-orange: #ffb760;
--accent-coral: #f89d6b;
}
/* fonts: Fellix may be proprietary — safe free fallback: Newsreader (Google Fonts). */