MozaikaLive decode

Savee — decoded design system

savee.it · dark · modern · tailwind · deep decode — measured live

Savee'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.

Open in Mozaika →

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/savee.it.

Decoded design system

Savee's decoded design system: background #050505, text #D4D4D4, accent #1019ED, link #A3A3A3, primary #1019ED; type scale h1 60px / h2 36px / body 24px; 4px spacing base; 4px base radius. The single interactive/action color is #1019ED — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#050505
surface#111111
border#242424
text#D4D4D4
text_muted#858585
primary#1019ED
accent#1019ED
link#A3A3A3
button_bg#1019ED
button_text#FDFDFD

Using these colors

Typography

Spacing

Radii

Shadow

rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(64, 64, 64) 0px 0px 0px 2px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px

Shadows (elevation)

Motion

Micro-interactions run at 560ms (dominant) with cubic-bezier(0.22, 0.86, 0, 1).

Native design tokens

TokenValue
--nav-height80px
--warning-height60px

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.-xl:animate-scrollspan.animated-cta-letter×42

Scroll reveal: 39 elements rest at opacity 0, translateY(20px), animate in over 0.56s ease.

Stagger: span ×66 — 32ms apart.

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/savee.it

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/savee.theme.ts https://mozaika.design/api/astryx/decode/savee.it.ts

registry item · astryx theme · or query it over MCP: get_design_system("Savee")

Export: DESIGN.md

# Savee — Design System

> dark, modern, high, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#050505` |
| surface | `#111111` |
| border | `#242424` |
| text | `#D4D4D4` |
| text_muted | `#858585` |
| primary | `#1019ED` |
| accent | `#1019ED` |
| link | `#A3A3A3` |
| button_bg | `#1019ED` |
| button_text | `#FDFDFD` |

**Using these colors**

- **Action color** `#1019ED` — 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`, `button_bg` are all `#1019ED` — one role, not several (your action color).
- **accent** `#1019ED` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **link** `#A3A3A3` — reads as a neutral UI color, not a link accent — verify against the reference (action = #1019ED).
- **Page coverage** (full-page screenshot pixels): `#050505` 84.3% · `#151515` 12.4% · `#7A7DB8` 2.2% · `#28293B` 1%

## Typography

- Heading: **saveeFont** _(free fallback: Newsreader)_
- Body: **saveeFont** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 60px / 500 · lh 60px · tracking -3.3px |
| h2 | 36px / 500 · lh 40px · tracking -1.8px |
| body | 24px / 400 · lh 30px · tracking -0.72px |
| small | 21px / 500 · lh 27px · tracking -0.63px |

- Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** saveeFont may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 8px, 12px, 16px, 20px, 24px, 28px, 32px, 40px, 64px, 80px — snap all gaps/padding to these
- section rhythm: 40px top/bottom padding per section (measured)

## Radius
- base: 4px
- button: 9999px
- card: 40px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(0, 0, 0, 0)` / `#FDFDFD` | none | 9999px | 16px 20px 16px 20px | 400 14px / -0.14px | rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(64, 64, 64) 0px 0px 0px 2px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px |
| secondary | `#FDFDFD` / `#151515` | none | 9999px | — | — | none |

**States (measured, not guessed)**

- primary hover: background `#404040`
- transition: `color 0.18s cubic-bezier(0, 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.35) 0px 18px 70px 0px`
- card: `rgb(255, 255, 255) 0px 0px 0px 0px, rgb(64, 64, 64) 0px 0px 0px 1.25px, rgba(0, 0, 0, 0) 0px 0px 0px 0px`
- button: `rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(64, 64, 64) 0px 0px 0px 2px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px`

## Motion
- durations: 560ms (dominant) · 680ms · 150ms
- easings: `cubic-bezier(0.22, 0.86, 0, 1)` (dominant) · `ease`
- animated properties: transform, opacity, color, background-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 |
|-------|-------|
| `--nav-height` | `80px` |
| `--warning-height` | `60px` |

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1310px · common grid: 2-col

## Motion choreography (measured)
Load order: `` @0ms → `span.animated-cta-letter`×42 @148ms
- `span.animated-cta-letter` ×24 — opacity 0→1 · transform translateY(115%) rotateX(-72deg)→translateY(0px) rotateX(0deg) — 520ms cubic-bezier(0.22, 0.86, 0, 1)
- stagger: `span` ×66 — 32ms apart
- scroll reveal: 39 elements rest at opacity 0, translateY(20px), animate in over 0.56s ease (39 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #A3A3A3 · no underline — hover #F5F5F5

## Responsive (measured)
- breakpoints: 600px · 799px · 979px · 1024px · 1600px
- mobile (390px): hero 32px · 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/decode/savee.it

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of Savee's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with savee.it. No screenshots stored. Removal requests: hello@mozaika.design.