Encore — decoded design system
Encore'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/encore.dev.
Decoded design system
Encore's decoded design system: background #EEEEE1, text #111111, accent #FFB84A, link #FFB84A, primary #6D89FF; type scale h1 64px / h2 48px / body 14px; 4px spacing base; 0px base radius. The single interactive/action color is #EEEEE1 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #EEEEE1 |
| surface | #E0E0D4 |
| border | #CCCCC1 |
| text | #111111 |
| text_muted | #646460 |
| primary | #6D89FF |
| accent | #FFB84A |
| link | #FFB84A |
| secondary | #B3D77E |
| button_bg | #EEEEE1 |
| button_text | #111111 |
Using these colors
- Action color
#EEEEE1— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#FFB84A— one role, not several (the action color).- accent
#FFB84A— accent for emphasis — keep it rare on the page. - primary
#6D89FF— a brand color — but the call-to-action uses #EEEEE1, not this. - secondary
#B3D77E— 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: SFMono-Regular
- Body: SFMono-Regular
- Mono: SFMono-Regular
- h1: 64px
- h2: 48px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 40px
Radii
- base: 0px
- button: 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 200ms · 100ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·linear - animated properties: opacity, color, background-color, border-color
Native design tokens
| Token | Value |
|---|---|
--primary-bg-color | #eeeee1 |
--background | lab(100% 0 0) |
--foreground | lab(2.75381% 0 0) |
--card | lab(100% 0 0) |
--card-foreground | lab(2.75381% 0 0) |
--popover | lab(100% 0 0) |
--popover-foreground | lab(2.75381% 0 0) |
--primary | lab(7.78201% -.0000149012 0) |
--primary-foreground | lab(98.26% 0 0) |
--secondary | lab(96.52% -.0000298023 .0000119209) |
…and 60 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1530px - nav: 48px relative
- common grid: 4 columns
Motion choreography (measured)
Load order: span.h-8 → div.absolute×5 → div×2 → span.lid-cursor → ul.flex×4 → ul.flex×2
Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px · 1400px · 1600px
- mobile (390px): hero 28px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/encore.dev
registry item · or query it over MCP: get_design_system("Encore")
Export: DESIGN.md
# Encore — Design System > light, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#EEEEE1` | | surface | `#E0E0D4` | | border | `#CCCCC1` | | text | `#111111` | | text_muted | `#646460` | | primary | `#6D89FF` | | accent | `#FFB84A` | | link | `#FFB84A` | | secondary | `#B3D77E` | | button_bg | `#EEEEE1` | | button_text | `#111111` | **Using these colors** - **Action color** `#EEEEE1` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `link` are all `#FFB84A` — one role, not several. - **accent** `#FFB84A` — accent for emphasis — keep it rare on the page. - **primary** `#6D89FF` — a brand color — but the call-to-action uses #EEEEE1, not this. - **secondary** `#B3D77E` — 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): `#ECECDF` 70.3% · `#111111` 24.2% · `#77766F` 5.3% · `#FAF2C1` 0.1% ## Typography - Heading: **SFMono-Regular** _(free fallback: JetBrains Mono)_ - Body: **SFMono-Regular** _(free fallback: JetBrains Mono)_ - Mono: **SFMono-Regular** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 64px / 600 · lh 67px · tracking -1.92px | | h2 | 48px / 400 · lh 58px · tracking -1.44px | | h3 | 20px / 500 · lh 28px · tracking -0.5px | | body | 14px / 400 · lh 20px · tracking -0.5px | | small | 13px / 400 · lh 21px · tracking -0.5px | | eyebrow | 10px / 400 · tracking 0.5px | - Weight ladder: 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** SFMono-Regular may be proprietary — safe free fallback: JetBrains Mono (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 40px — snap all gaps/padding to these - section rhythm: 96px top/bottom padding per section (measured) ## Radius - base: 0px - button: 0px - card: 4px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#EEEEE1` / `#111111` | 2px solid rgb(17, 17, 17) | 0px | 0px 24px 0px 24px | 400 16px / -0.5px | none | | secondary | `rgba(0, 0, 0, 0)` / `#111111` | none | 0px | 0px 0px 0px 0px | 400 20px / -0.5px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `transform 0.1s cubic-bezier(0.4, 0, 0.2, 1)` ## Motion - durations: 150ms (dominant) · 200ms · 100ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear` - animated properties: opacity, color, background-color, border-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 | |-------|-------| | `--primary-bg-color` | `#eeeee1` | | `--background` | `lab(100% 0 0)` | | `--foreground` | `lab(2.75381% 0 0)` | | `--card` | `lab(100% 0 0)` | | `--card-foreground` | `lab(2.75381% 0 0)` | | `--popover` | `lab(100% 0 0)` | | `--popover-foreground` | `lab(2.75381% 0 0)` | | `--primary` | `lab(7.78201% -.0000149012 0)` | | `--primary-foreground` | `lab(98.26% 0 0)` | | `--secondary` | `lab(96.52% -.0000298023 .0000119209)` | | `--secondary-foreground` | `lab(7.78201% -.0000149012 0)` | | `--muted` | `lab(96.52% -.0000298023 .0000119209)` | _…and 58 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1530px · common grid: 4-col - nav: 48px relative | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 100 | 1156 | 4 | 24 | 0/64 | — | | 1254 | 938 | — | — | 96/64 | — | | 2190 | 358 | — | — | 96/96 | — | | 2547 | 687 | — | — | 96/96 | — | | 3232 | 935 | — | — | 96/96 | — | ## Motion choreography (measured) Load order: `span.h-8` @0ms → `div.absolute`×5 @0ms → `div`×2 @0ms → `span.lid-cursor` @270ms → `ul.flex`×4 @270ms → `ul.flex`×2 @270ms - `div` ×2 — transform scaleX(1) scaleY(1)→scaleX(-1) scaleY(-1) — 300ms steps(1) · loops Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 640px · 768px · 1024px · 1280px · 1400px · 1600px - mobile (390px): hero 28px · 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 Encore's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with encore.dev. No screenshots stored. Removal requests: hello@mozaika.design.