MozaikaLive decode

Superlist — decoded design system

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

Superlist'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/superlist.com.

Decoded design system

Superlist's decoded design system: background #181824, text #000000, accent #4F6BED, link #8E8DA0, primary #0000EE; type scale h1 88px / h2 70px / body 18px; 10px spacing base; 0px 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#181824
surface#161621
border#14141E
text#000000
text_muted#09090D
primary#0000EE
accent#4F6BED
link#8E8DA0
secondary#26253B
button_bg#FFFFFF
button_text#0000EE

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Native design tokens

TokenValue
--ticker-offset0px

Button states (measured)

Layout (measured)

Responsive (measured)

Install it

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

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

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/superlist.theme.ts https://mozaika.design/api/astryx/decode/superlist.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Superlist")

Export: DESIGN.md

# Superlist — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#181824` |
| surface | `#161621` |
| border | `#14141E` |
| text | `#000000` |
| text_muted | `#09090D` |
| primary | `#0000EE` |
| accent | `#4F6BED` |
| link | `#8E8DA0` |
| secondary | `#26253B` |
| 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.
- **accent** `#4F6BED` — accent for emphasis — keep it rare on the page.
- **primary** `#0000EE` — a brand color — but the call-to-action uses #FFFFFF, not this.
- **link** `#8E8DA0` — reads as a neutral UI color, not a link accent — verify against the reference (action = #FFFFFF).
- **secondary** `#26253B` — 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): `#181826` 63.4% · `#322342` 13.9% · `#45314D` 10.1% · `#49699C` 6.8%

## Typography

- Heading: **Haffer XH SemiBold** _(free fallback: Newsreader)_
- Body: **Haffer XH** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 88px / 600 · lh 84px · tracking -1.76px |
| h2 | 70px / 400 · lh 84px · tracking -1.4px |
| h3 | 48px / 600 · lh 53px · tracking -0.96px |
| body | 18px / 400 · lh 22px · tracking -0.22px |
| small | 16px / 600 · lh 19px |

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

> **Fonts —** Haffer XH SemiBold may be proprietary — safe free fallback: Newsreader (Google Fonts). Haffer XH may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 10px (inferred from the measured scale)
- measured scale: 2px, 4px, 8px, 10px, 16px, 20px, 24px, 25px, 40px, 50px — snap all gaps/padding to these
- section rhythm: 56px top/bottom padding per section (measured)

## Radius
- base: 0px
- button: 8px
- card: 20px

## Buttons

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

**States (measured, not guessed)**

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

## Shadows (elevation)
- subtle: `rgba(255, 255, 255, 0.25) 0px -1px 1px 0px`
- card: `rgba(0, 0, 0, 0.08) 0px 10px 15px 0px`

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--ticker-offset` | `0px` |

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

## Layout (measured)
- container max 1500px
- nav: 100px relative · backdrop blur(29px)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 119 | 1324 | — | — | 56/0 | — |
| 1444 | 495 | — | — | 0/0 | — |
| 1939 | 280 | — | — | 0/0 | — |
| 2219 | 575 | — | — | 0/0 | — |
| 2794 | 356 | — | — | 0/0 | — |
| 3151 | 700 | — | — | 0/0 | — |
| 3850 | 494 | — | — | 0/0 | — |
| 4344 | 334 | — | — | 0/0 | — |

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

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/superlist.com

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