MozaikaLive decode

Zora — decoded design system

zora.co · light · modern · custom · deep decode — measured live

Zora'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/zora.co.

Decoded design system

Zora's decoded design system: background #FFFFFF, text #4D4D4D, accent #00DF00, link #9D968E, primary #00DF00; type scale h1 17px / h2 17px / body 13px; 4px spacing base; 6px base radius. The single interactive/action color is #00DF00 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F4F4F4
border#E4E4E4
text#4D4D4D
text_muted#909090
primary#00DF00
accent#00DF00
link#9D968E
secondary#FF4847
button_bg#00DF00
button_text#000000

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 120ms (dominant) with cubic-bezier(0.65, 0, 0.35, 1).

Native design tokens

TokenValue
--privy-color-backgroundhsl(0, 0%, 100%)
--privy-color-background-2hsl(0, 0%, 96%)
--privy-color-background-3hsl(0, 0%, 92%)
--privy-color-foregroundhsl(0, 0%, 12%)
--privy-color-foreground-2hsl(0, 0%, 30%)
--privy-color-foreground-3hsl(0, 0%, 57%)
--privy-color-foreground-4hsl(0, 0%, 92%)
--privy-color-foreground-accenthsl(0, 0%, 100%)
--privy-color-accenthsl(0, 0%, 0%)
--privy-color-accent-lighthsl(0, 0%, 15%)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.View_root__Zq_GM×56 → button.Actionable_root__B89VV

Input (measured)

height 40px · radius 0px

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/zora.co

registry item · or query it over MCP: get_design_system("Zora")

Export: DESIGN.md

# Zora — Design System

> light, modern, high, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F4F4F4` |
| border | `#E4E4E4` |
| text | `#4D4D4D` |
| text_muted | `#909090` |
| primary | `#00DF00` |
| accent | `#00DF00` |
| link | `#9D968E` |
| secondary | `#FF4847` |
| button_bg | `#00DF00` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#00DF00` — 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 `#00DF00` — one role, not several (your action color).
- **accent** `#00DF00` — 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** `#9D968E` — fails contrast on the background (~2.9:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#FF4847` — 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): `#FFFFFF` 69.7% · `#1D1D19` 8.3% · `#4D483D` 5.5% · `#765E4A` 5.1%

## Typography

- Heading: **Monument Grotesk** _(free fallback: Newsreader)_
- Body: **Monument Grotesk** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 17px / 500 · lh 24px · tracking -0.26px |
| body | 13px / 500 · lh 16px · tracking -0.2px |

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

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

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 3px, 4px, 7px, 8px, 10px, 11px, 12px, 16px, 24px — snap all gaps/padding to these

## Radius
- base: 6px
- button: 8px
- card: 8px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#00DF00` / `#000000` | 1px solid rgb(0, 223, 0) | 8px | 4px 12px 4px 12px | 500 15px / -0.225px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#4D4D4D` | 1px solid rgb(230, 230, 230) | 8px | 3px 11px 3px 11px | 500 15px / -0.225px | none |

**States (measured, not guessed)**

- primary focus: box-shadow `rgb(250, 250, 250) 0px 0px 0px 2px, rgb(18, 18, 18) 0px 0px 0px 4px`
- secondary hover: background `rgba(229, 229, 229, 0.28)`
- transition: `background-color 0.12s cubic-bezier(0.65, 0, 0.35, 1)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.05) 0px 5px 10px 0px, rgba(0, 0, 0, 0.07) 0px 15px 25px 0px`

## Motion
- durations: 120ms (dominant) · 200ms · 150ms
- easings: `cubic-bezier(0.65, 0, 0.35, 1)` (dominant) · `ease`
- animated properties: color, transform, opacity, 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 |
|-------|-------|
| `--privy-color-background` | `hsl(0, 0%, 100%)` |
| `--privy-color-background-2` | `hsl(0, 0%, 96%)` |
| `--privy-color-background-3` | `hsl(0, 0%, 92%)` |
| `--privy-color-foreground` | `hsl(0, 0%, 12%)` |
| `--privy-color-foreground-2` | `hsl(0, 0%, 30%)` |
| `--privy-color-foreground-3` | `hsl(0, 0%, 57%)` |
| `--privy-color-foreground-4` | `hsl(0, 0%, 92%)` |
| `--privy-color-foreground-accent` | `hsl(0, 0%, 100%)` |
| `--privy-color-accent` | `hsl(0, 0%, 0%)` |
| `--privy-color-accent-light` | `hsl(0, 0%, 15%)` |
| `--privy-color-accent-lightest` | `hsl(0, 0%, 25%)` |
| `--privy-color-accent-dark` | `hsl(0, 0%, 0%)` |

_…and 108 more measured on the page._

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

## Layout (measured)
- container max 662px
- nav: 72px relative

## Motion choreography (measured)
Load order: `div.View_root__Zq_GM`×56 @0ms → `button.Actionable_root__B89VV` @1084ms
- `div.View_root__Zq_GM` ×22 — opacity 1→1 — 2400ms ease-in-out · loops

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

## Components (measured)
- input: h 40px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #B3B3B3
- link: #4D4D4D · no underline

## Responsive (measured)
- breakpoints: 480px · 640px · 659px · 768px · 900px · 1024px
- mobile (390px): body 15px · 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.

← 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. Connect your agent over MCP.

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