Rive — decoded design system
Rive'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/rive.app.
Decoded design system
Rive's decoded design system: background #000000, text #FFFFFF, accent #FFA41C, link #999999, primary #0000EE; type scale h1 40px / h2 24px / body 14px; 10px spacing base; 0px base radius. The single interactive/action color is #1D1D1D — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #000000 |
| surface | #0F0F0F |
| border | #262626 |
| text | #FFFFFF |
| text_muted | #9E9E9E |
| primary | #0000EE |
| accent | #FFA41C |
| link | #999999 |
| button_bg | #1D1D1D |
| button_text | #0000EE |
Using these colors
- Action color
#1D1D1D— the single interactive color; only on things you click or must notice, never large fills. - accent
#FFA41C— accent for emphasis — keep it rare on the page. - primary
#0000EE— a brand color — but the call-to-action uses #1D1D1D, not this. - link
#999999— reads as a neutral UI color, not a link accent — verify against the reference (action = #1D1D1D).
Typography
- Heading: Tomorrow
- Body: Tomorrow
- h1: 40px
- h2: 24px
- body: 14px
Spacing
- base unit: 10px
- scale: 2px, 4px, 5px, 8px, 10px, 12px, 15px, 16px, 20px, 24px
Radii
- base: 0px
- button: 8px
Button states (measured)
- primary hover: background
#222222 - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- nav: 64px relative
Input (measured)
height 52.4062px · radius 8px
Responsive (measured)
- breakpoints: 640px · 949px
- mobile (390px): hero 21px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/rive.app
registry item · or query it over MCP: get_design_system("Rive")
Export: DESIGN.md
# Rive — Design System > dark, modern, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#000000` | | surface | `#0F0F0F` | | border | `#262626` | | text | `#FFFFFF` | | text_muted | `#9E9E9E` | | primary | `#0000EE` | | accent | `#FFA41C` | | link | `#999999` | | button_bg | `#1D1D1D` | | button_text | `#0000EE` | **Using these colors** - **Action color** `#1D1D1D` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - **accent** `#FFA41C` — accent for emphasis — keep it rare on the page. - **primary** `#0000EE` — a brand color — but the call-to-action uses #1D1D1D, not this. - **link** `#999999` — reads as a neutral UI color, not a link accent — verify against the reference (action = #1D1D1D). - **Page coverage** (full-page screenshot pixels): `#000000` 73.4% · `#262626` 22.8% · `#68645C` 1.7% · `#1C1715` 1.2% — the action color covers ~1.2% of the page; keep it that scarce. ## Typography - Heading: **Tomorrow** _(free fallback: Newsreader)_ - Body: **Tomorrow** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 40px / 500 · lh 48px · tracking 0.4px | | h2 | 24px / 500 · lh 34px · tracking -0.8px | | h3 | 20px / 500 · lh 24px · tracking 0.2px | | body | 14px / 400 · lh 21px | | small | 13px / 500 · lh 22px | | eyebrow | 14px / 500 · tracking 0.7px | - Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Tomorrow may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 10px (inferred from the measured scale) - measured scale: 2px, 4px, 5px, 8px, 10px, 12px, 15px, 16px, 20px, 24px — snap all gaps/padding to these ## Radius - base: 0px - button: 8px - card: 4px - sharp: 3px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#1D1D1D` / `#0000EE` | none | 8px | 8px 10px 8px 10px | 400 12px | none | | secondary | `rgba(0, 0, 0, 0)` / `#0000EE` | none | 8px | 2px 2px 2px 2px | 400 12px | none | **States (measured, not guessed)** - primary hover: background `#222222` - primary focus: outline `1px auto rgb(16, 16, 16)` ## Layout (measured) - nav: 64px relative ## Motion choreography (measured) - `span` ×2 — opacity 1→0 — 2200ms Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 52.4062px · r 8px · bg #EBEBEB · placeholder rgba(0, 0, 0, 0.3) - link: #999999 · underline — hover #FFFFFF ## Responsive (measured) - breakpoints: 640px · 949px - mobile (390px): hero 21px · body 12px · 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.
An automated reading of Rive's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with rive.app. No screenshots stored. Removal requests: hello@mozaika.design.