Lemon Squeezy — decoded design system
Lemon Squeezy'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/lemonsqueezy.com.
Decoded design system
Lemon Squeezy's decoded design system: background #FFFFFF, text #121217, accent #5423E7, link #0075AD, primary #BBA7F5; type scale h1 80px / h2 56px / body 18px; 8px 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
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F0F0F1 |
| border | #DBDBDC |
| text | #121217 |
| text_muted | #6C6C6F |
| primary | #BBA7F5 |
| accent | #5423E7 |
| link | #0075AD |
| secondary | #FF571F |
| button_bg | #FFFFFF |
| button_text | #121217 |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. - accent
#5423E7— accent for emphasis — keep it rare on the page. - primary
#BBA7F5— a brand color — but the call-to-action uses #FFFFFF, not this. - link
#0075AD— inline text links and link-styled controls. - secondary
#FF571F— 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: Inter
- Body: Inter
- h1: 80px
- h2: 56px
- body: 18px
Spacing
- base unit: 8px
- scale: 6px, 8px, 9px, 16px, 24px, 30px, 32px, 40px, 56px, 80px
Radii
- base: 8px
- button: 40px
Motion
Micro-interactions run at 180ms (dominant) with ease.
- durations: 180ms · 240ms · 220ms
- easings:
ease·cubic-bezier(0.215, 0.61, 0.355, 1) - animated properties: background-color, color, transform, opacity
Native design tokens
| Token | Value |
|---|---|
--black-2 | #121217 |
--gray-500 | #6c6c89 |
--purple-500 | #7047eb |
--light-white | #fff9 |
--purple-600 | #5423e7 |
--pink-700 | #db0bb9 |
--purple-200-201 | #c6b6f7 |
--purple-300 | #a991f3 |
--border-color | #d1d1db |
--dark-grey | #191919 |
…and 74 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1150px - nav: 88px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: a.info-tab_item×6 → a.info-tab_item×5 → a.info-tab_item-inactive
Scroll reveal: 8 elements rest at opacity 0, translateY(32px).
Responsive (measured)
- breakpoints: 479px · 768px · 991px
- mobile (390px): hero 40px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/lemonsqueezy.com
registry item · or query it over MCP: get_design_system("Lemon Squeezy")
Export: DESIGN.md
# Lemon Squeezy — Design System > light, modern, high, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F0F0F1` | | border | `#DBDBDC` | | text | `#121217` | | text_muted | `#6C6C6F` | | primary | `#BBA7F5` | | accent | `#5423E7` | | link | `#0075AD` | | secondary | `#FF571F` | | button_bg | `#FFFFFF` | | button_text | `#121217` | **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. - **accent** `#5423E7` — accent for emphasis — keep it rare on the page. - **primary** `#BBA7F5` — a brand color — but the call-to-action uses #FFFFFF, not this. - **link** `#0075AD` — inline text links and link-styled controls. - **secondary** `#FF571F` — 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): `#5423E7` 62% · `#FFFFFF` 20.9% · `#DCB68E` 8.3% · `#441DB8` 5.3% ## Typography - Heading: **Inter** - Body: **Inter** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 80px / 400 · lh 80px · tracking -3.2px | | h2 | 56px / 400 · lh 64px · tracking -1.68px | | h3 | 48px / 400 · lh 60px · tracking -1.44px | | body | 18px / 500 · lh 31px | | small | 15px / 400 · lh 24px | | eyebrow | 14px / 500 · tracking 2px | - Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Inter — free, on Google. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 6px, 8px, 9px, 16px, 24px, 30px, 32px, 40px, 56px, 80px — snap all gaps/padding to these ## Radius - base: 8px - button: 40px - card: 8px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#121217` | none | 40px | 8px 20px 8px 20px | 500 15px / -0.15px | none | | secondary | `#FFFFFF` / `#121217` | none | 32px | — | — | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `background-color 0.1s ease` ## Motion - durations: 180ms (dominant) · 240ms · 220ms - easings: `ease` (dominant) · `cubic-bezier(0.215, 0.61, 0.355, 1)` - animated properties: background-color, color, transform, opacity 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 | |-------|-------| | `--black-2` | `#121217` | | `--gray-500` | `#6c6c89` | | `--purple-500` | `#7047eb` | | `--light-white` | `#fff9` | | `--purple-600` | `#5423e7` | | `--pink-700` | `#db0bb9` | | `--purple-200-201` | `#c6b6f7` | | `--purple-300` | `#a991f3` | | `--border-color` | `#d1d1db` | | `--dark-grey` | `#191919` | | `--button-primary-light` | `#ffffffe6` | | `--yellow-500` | `#ffc233` | _…and 72 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1150px · common grid: 2-col - nav: 88px sticky · bg #5423E7 | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 158 | 678 | — | — | 0/0 | — | | 836 | 232 | — | — | 0/0 | — | | 1068 | 680 | — | — | 0/0 | — | | 1749 | 972 | 2 | 60 | 0/0 | — | | 2721 | 566 | — | — | 0/0 | — | | 3287 | 1140 | 2 | — | 0/0 | — | | 4427 | 970 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `a.info-tab_item`×6 @0ms → `a.info-tab_item`×5 @0ms → `a.info-tab_item-inactive` @1ms - scroll reveal: 8 elements rest at opacity 0, translateY(32px) (8 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - card ×6: pad 40px 40px 40px 40px · r 8px · bg rgba(255, 255, 255, 0) - hover: background `#FFFFFF` · font-weight `400` · letter-spacing `normal` ## Responsive (measured) - breakpoints: 479px · 768px · 991px - mobile (390px): hero 40px · body 18px · 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 Lemon Squeezy's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with lemonsqueezy.com. No screenshots stored. Removal requests: hello@mozaika.design.