Relume — decoded design system
Relume'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/relume.io.
Decoded design system
Relume's decoded design system: background #F1F0EE, text #161616, accent #6248FF, link #6248FF, primary #6248FF; type scale h1 224px / h2 96px / body 14px; 4px spacing base; 8px base radius. The single interactive/action color is #161616 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F1F0EE |
| surface | #E3E2E1 |
| border | #D0CFCD |
| text | #161616 |
| text_muted | #696868 |
| primary | #6248FF |
| accent | #6248FF |
| link | #6248FF |
| secondary | #E0DAFF |
| button_bg | #161616 |
| button_text | #FFFFFF |
Using these colors
- Action color
#161616— the single interactive color; only on things you click or must notice, never large fills. primary,accent,linkare all#6248FF— one role, not several (the action color).- accent
#6248FF— accent for emphasis — keep it rare on the page. - secondary
#E0DAFF— 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: Relative
- Body: Relative
- h1: 224px
- h2: 96px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 3px, 4px, 8px, 10px, 12px, 16px, 24px, 32px, 40px
Radii
- base: 8px
- button: 8px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.08) 0px 8px 10px -4px, rgba(0, 0, 0, 0.05) 0px 2px 10px 2px - overlay:
rgba(0, 0, 0, 0.2) 0px 24px 48px 12px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 200ms · 600ms
- easings:
ease·cubic-bezier(0.175, 0.885, 0.32, 1.275) - animated properties: transform, opacity, background-color, box-shadow
Native design tokens
| Token | Value |
|---|---|
--light-grey-1 | #f1f0ee |
--black | #161616 |
--purple | #6248ff |
--light-grey-2 | #e4e2df |
--orange | #ff7448 |
--red | #ff4848 |
--medium-grey | #686868 |
--dark-gray | #222 |
--tertiary-button-hover | #241a0b0d |
--light-grey-3 | #d8d5d1 |
…and 7 more measured on the page.
Button states (measured)
- primary hover: background
#000000 - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1280px - nav: 80px relative
- common grid: 2 columns
Motion choreography (measured)
Load order: div.navbar_dropdown-toggle×2 → a.navbar_link×3 → a.navbar-new_cta-button-se → textarea.new-home_header_text-fie → div.new-home_header_feature-×3 → div.new-home_feature-heading×2
Scroll reveal: 7 elements rest at translateY(80px), animate in over 0s ease.
Input (measured)
height 48px · radius 0px
Responsive (measured)
- breakpoints: 479px · 768px · 991px
- mobile (390px): hero 40px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/relume.io
registry item · or query it over MCP: get_design_system("Relume")
Export: DESIGN.md
# Relume — Design System > light, modern, high, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#F1F0EE` | | surface | `#E3E2E1` | | border | `#D0CFCD` | | text | `#161616` | | text_muted | `#696868` | | primary | `#6248FF` | | accent | `#6248FF` | | link | `#6248FF` | | secondary | `#E0DAFF` | | button_bg | `#161616` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#161616` — 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 `#6248FF` — one role, not several. - **accent** `#6248FF` — accent for emphasis — keep it rare on the page. - **secondary** `#E0DAFF` — 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): `#F1F0EE` 71.9% · `#FFFFFF` 10.7% · `#665F6C` 10.1% · `#C9CFD9` 7.3% ## Typography - Heading: **Relative** _(free fallback: Newsreader)_ - Body: **Relative** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 224px / 500 · lh 269px · tracking -6.72px | | h2 | 96px / 400 · lh 106px · tracking -1.92px | | h3 | 56px / 500 · lh 67px · tracking -1.12px | | body | 14px / 400 · lh 21px | | small | 13px / 500 · lh 20px | - Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Relative may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 3px, 4px, 8px, 10px, 12px, 16px, 24px, 32px, 40px — snap all gaps/padding to these ## Radius - base: 8px - button: 8px - card: 8px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#161616` / `#FFFFFF` | 2px solid rgba(0, 0, 0, 0) | 8px | 10px 16px 10px 16px | 500 16px | none | | secondary | `rgba(0, 0, 0, 0)` / `#161616` | none | 8px | 8px 12px 8px 12px | 500 16px | none | **States (measured, not guessed)** - primary hover: background `#000000` - primary focus: outline `1px auto rgb(16, 16, 16)` - secondary hover: background `rgba(36, 26, 11, 0.05)` - transition: `all 0.2s ease` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.08) 0px 8px 10px -4px, rgba(0, 0, 0, 0.05) 0px 2px 10px 2px` - overlay: `rgba(0, 0, 0, 0.2) 0px 24px 48px 12px` ## Motion - durations: 300ms (dominant) · 200ms · 600ms - easings: `ease` (dominant) · `cubic-bezier(0.175, 0.885, 0.32, 1.275)` - animated properties: transform, opacity, background-color, box-shadow 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 | |-------|-------| | `--light-grey-1` | `#f1f0ee` | | `--black` | `#161616` | | `--purple` | `#6248ff` | | `--light-grey-2` | `#e4e2df` | | `--orange` | `#ff7448` | | `--red` | `#ff4848` | | `--medium-grey` | `#686868` | | `--dark-gray` | `#222` | | `--tertiary-button-hover` | `#241a0b0d` | | `--light-grey-3` | `#d8d5d1` | | `--error` | `#df3434` | | `--outlines` | `#16161626` | _…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 1280px · common grid: 2-col - nav: 80px relative · bg rgba(241, 240, 238, 0) | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 115 | 1660 | 3 | — | 0/0 | 17/66/17 | | 1775 | 206 | — | — | 0/0 | — | | 1981 | 2621 | 2 | — | 0/0 | 42/58 | | 4601 | 1246 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `div.navbar_dropdown-toggle`×2 @0ms → `a.navbar_link`×3 @0ms → `a.navbar-new_cta-button-se` @0ms → `textarea.new-home_header_text-fie` @0ms → `div.new-home_header_feature-`×3 @0ms → `div.new-home_feature-heading`×2 @0ms - `div.logo-slider_slide` ×2 — opacity 1→0 — 500ms ease - `div.new-home_header_feature-` ×3 — transform translateY(0px)→translateY(864px) — 6000ms ease · loops - scroll reveal: 7 elements rest at translateY(80px), animate in over 0s ease (5 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 0px · bg #FFFFFF · placeholder #686868 - link: #161616 · underline ## Responsive (measured) - breakpoints: 479px · 768px · 991px - mobile (390px): hero 40px · 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 Relume's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with relume.io. No screenshots stored. Removal requests: hello@mozaika.design.