MozaikaLive decode

Paddle — decoded design system

paddle.com · light · professional · custom · deep decode — measured live

Paddle'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/paddle.com.

Decoded design system

Paddle's decoded design system: background #F9F8F7, text #1C1A15, accent #FFD400, link #EBE7DF, primary #E4E1D1; type scale h1 64px / h2 48px / body 14px; 4px spacing base; 12px base radius. The single interactive/action color is #E4E1D1 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#F9F8F7
surface#EBEAE9
border#D7D6D5
text#1C1A15
text_muted#6F6E6A
primary#E4E1D1
accent#FFD400
link#EBE7DF
secondary#D6CBB6
button_bg#E4E1D1
button_text#1C1A15

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 800ms (dominant) with cubic-bezier(0.246, 0.75, 0.187, 1).

Native design tokens

TokenValue
--color-primary-yellow#ffd400
--color-primary-black#0e1414
--color-primary-white#fcfcfc
--color-extended-red-200#FF7D74
--color-extended-red-300#f77f6c
--color-extended-red-400#FF5329
--color-extended-gold-100#FFFFA6
--color-extended-gold-400#FFD400
--color-extended-gold-500#FFD400
--color-extended-gold-700#CC903D

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.logo-garden_logoGarden__×2 → div.iubenda-cs-default-floatdiv.iubenda-cs-container

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/paddle.com

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

Export: DESIGN.md

# Paddle — Design System

> light, professional, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#F9F8F7` |
| surface | `#EBEAE9` |
| border | `#D7D6D5` |
| text | `#1C1A15` |
| text_muted | `#6F6E6A` |
| primary | `#E4E1D1` |
| accent | `#FFD400` |
| link | `#EBE7DF` |
| secondary | `#D6CBB6` |
| button_bg | `#E4E1D1` |
| button_text | `#1C1A15` |

**Using these colors**

- **Action color** `#E4E1D1` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `button_bg` are all `#E4E1D1` — one role, not several (your action color).
- **accent** `#FFD400` — accent for emphasis — keep it rare on the page.
- **link** `#EBE7DF` — fails contrast on the background (~1.2:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#D6CBB6` — 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): `#F9F8F7` 75.9% · `#C7C0B2` 9.1% · `#E8E5DE` 7.9% · `#2E2E2C` 7.1% — the action color covers ~7.9% of the page; keep it that scarce.

## Typography

- Heading: **Helvetica Neue**
- Body: **Inter**
- Mono: **ui-monospace** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 400 · lh 64px · tracking -0.64px |
| h2 | 48px / 400 · lh 58px · tracking -0.48px |
| h3 | 40px / 400 · lh 48px · tracking -0.4px |
| body | 14px / 400 · lh 21px · tracking -0.4px |
| small | 11px / 700 · lh 13px · tracking 0.63px |
| eyebrow | 11px / 700 · tracking 0.63px |

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

> **Fonts —** Helvetica Neue — system font, no web load needed. Inter — free, on Google.

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

## Radius
- base: 12px
- button: 10px
- card: 10px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#E4E1D1` / `#1C1A15` | none | 10px | 0px 0px 0px 0px | 500 16px / -0.4px | none |
| secondary | `#1C1A15` / `#FCFCFC` | none | 10px | 16px 20px 16px 20px | 500 16px / -0.4px | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(58, 105, 197)`
- transition: `background-color 0.8s cubic-bezier(0.246, 0.75, 0.187, 1)`

## Shadows (elevation)
- overlay: `rgba(0, 0, 0, 0.15) 0px 8px 48px 0px`

## Motion
- durations: 800ms (dominant) · 400ms · 200ms
- easings: `cubic-bezier(0.246, 0.75, 0.187, 1)` (dominant) · `ease-out`
- animated properties: background-color, border-color, color, transform

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 |
|-------|-------|
| `--color-primary-yellow` | `#ffd400` |
| `--color-primary-black` | `#0e1414` |
| `--color-primary-white` | `#fcfcfc` |
| `--color-extended-red-200` | `#FF7D74` |
| `--color-extended-red-300` | `#f77f6c` |
| `--color-extended-red-400` | `#FF5329` |
| `--color-extended-gold-100` | `#FFFFA6` |
| `--color-extended-gold-400` | `#FFD400` |
| `--color-extended-gold-500` | `#FFD400` |
| `--color-extended-gold-700` | `#CC903D` |
| `--color-extended-green-100` | `#C4F5D0` |
| `--color-extended-green-300` | `#91E9A7` |

_…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 1250px · common grid: 14-col
- nav: 100px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 145 | 408 | 14 | 40 | 64/24 | — |
| 798 | 1859 | 14 | 40 | 40/128 | — |
| 2658 | 258 | 14 | 40 | 128/0 | — |
| 2916 | 697 | 14 | 40 | 64/64 | — |
| 3762 | 160 | 14 | 40 | 0/64 | — |
| 3922 | 507 | 14 | 40 | 64/40 | — |
| 4429 | 668 | 14 | 40 | 24/64 | — |

## Motion choreography (measured)
Load order: `div.logo-garden_logoGarden__`×2 @0ms → `div.iubenda-cs-default-float` @626ms → `div.iubenda-cs-container` @626ms

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

## Components (measured)
- link: #1C1A15 · underline

## Responsive (measured)
- breakpoints: 428px · 480px · 640px · 843px · 992px · 1024px
- mobile (390px): hero 56px · body 14px · 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.

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