MozaikaLive decode

Framer — decoded design system

framer.com · dark · modern · custom · deep decode — measured live

Framer'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/framer.com.

Decoded design system

Framer's decoded design system: background #000000, text #ECECEE, accent #0099FF, link #0000EE, primary #0000EE; type scale h1 54px / h2 44px / body 12px; 5px spacing base; 8px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#000000
surface#0E0E0E
border#232323
text#ECECEE
text_muted#929293
primary#0000EE
accent#0099FF
link#0000EE
secondary#0066FF
button_bg#FFFFFF
button_text#0000EE

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span×32

Scroll reveal: 10 elements rest at opacity 0, translateY(10px), animate in over 400ms.

Input (measured)

height 70px · 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/framer.com

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

Export: DESIGN.md

# Framer — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#000000` |
| surface | `#0E0E0E` |
| border | `#232323` |
| text | `#ECECEE` |
| text_muted | `#929293` |
| primary | `#0000EE` |
| accent | `#0099FF` |
| link | `#0000EE` |
| secondary | `#0066FF` |
| button_bg | `#FFFFFF` |
| button_text | `#0000EE` |

**Using these colors**

- **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `link` are all `#0000EE` — one role, not several.
- **accent** `#0099FF` — accent for emphasis — keep it rare on the page.
- **secondary** `#0066FF` — 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): `#000000` 64.6% · `#000071` 15.7% · `#000043` 8.4% · `#BDC5DE` 5.9%

## Typography

- Heading: **GT Walsheim** _(free fallback: Poppins)_
- Body: **Inter**
- Mono: **Input Mono Bold** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 54px / 500 · lh 54px · tracking -2.16px |
| h2 | 44px / 500 · lh 48px · tracking -1.76px |
| h3 | 18px / 400 · lh 24px · tracking -0.01px |
| body | 12px / 500 · lh 14px |
| small | 10px / 500 · lh 12px |

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

> **Fonts —** GT Walsheim is proprietary — closest free match: Poppins (Google). Load Poppins; keep GT Walsheim first so licensed users still get it. Inter — free, on Google.

## Spacing
- base unit: 5px (inferred from the measured scale)
- measured scale: 2px, 3px, 4px, 5px, 6px, 8px, 10px, 15px, 20px, 25px — snap all gaps/padding to these
- section rhythm: 120px top/bottom padding per section (measured)

## Radius
- base: 8px
- button: 8px
- card: 8px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#0000EE` | none | 8px | 8px 10px 8px 10px | 400 12px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#0000EE` | none | 8px | 0px 8px 0px 8px | 400 12px | none |

**States (measured, not guessed)**

- primary focus: outline `1px auto rgb(16, 16, 16)`

## Shadows (elevation)
- subtle: `rgb(17, 17, 17) 0px 0px 0px 1.5px`
- card: `rgb(17, 17, 17) 0px 0px 0px 2px`
- overlay: `rgba(0, 0, 0, 0.2) 0px 39.8748px 63.7997px 0px`

## Layout (measured)
- container max 1200px · common grid: 2-col
- nav: 64px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 1651 | — | — | 0/0 | — |
| 1651 | 1358 | — | — | 200/160 | — |

## Motion choreography (measured)
Load order: `span`×32 @0ms
- `div.framer-tgz4ad-container` — opacity 0.001→0.0803091 — 400ms · spring-like
- `div.framer-2ycu6x-container` — opacity 0.001→0.0803091 — 400ms · spring-like
- scroll reveal: 10 elements rest at opacity 0, translateY(10px), animate in over 400ms (4 revealed during the drive).

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

## Components (measured)
- input: h 70px · r 0px · bg rgba(0, 0, 0, 0) · placeholder rgba(255, 255, 255, 0.4)
- card ×3: pad 0px 0px 0px 0px · r 0px · bg rgba(0, 153, 255, 0.208)
  - hover: font-weight `400` · letter-spacing `normal`
- link: rgba(255, 255, 255, 0.6) · no underline — hover #FFFFFF

## Responsive (measured)
- breakpoints: 809px · 1199px
- mobile (390px): hero 36px · 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.

← 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 Framer's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with framer.com. No screenshots stored. Removal requests: hello@mozaika.design.