MozaikaLive decode

Suno — decoded design system

suno.com · dark · modern · tailwind · deep decode — measured live

Suno'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/suno.com.

Decoded design system

Suno's decoded design system: background #101012, text #F7F4EF, accent #0E51A0, link #0E51A0, primary #1269CF; type scale h1 140px / h2 72px / body 14px; 4px spacing base; 4px base radius. The single interactive/action color is #F7F4EF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#101012
surface#1D1D1F
border#323233
text#F7F4EF
text_muted#9F9D9B
primary#1269CF
accent#0E51A0
link#0E51A0
secondary#DFE6F1
button_bg#F7F4EF
button_text#101012

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--color-brown-900#b3aaaa
--color-opacity-white-75#ffffffbf
--color-pink-500lab(56.9303% 76.8162 -8.07021)
--color-orange-600lab(57.1026% 64.2584 89.8886)
--color-neutral-600lab(34.924% 0 0)
--color-foreground-tertiary-on-light#7d7c83
--color-teal-400lab(76.0109% -53.3483 -2.27906)
--color-foreground-inactive#6a6a72
--color-opacity-white-10#ffffff1a
--color-blue-700lab(36.9089% 35.0961 -85.6872)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: h1.text-center×4 → div.jsx-bcbfb8bf8f3589d5div.jsx-75a1aa3ca1c68a2aspan.ml-[10px]×9 → span.jsx-75a1aa3ca1c68a2a×36 → div.otFlat

Input (measured)

height 32px · radius 12px

Responsive (measured)

Install it

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

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

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

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

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

Export: DESIGN.md

# Suno — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#101012` |
| surface | `#1D1D1F` |
| border | `#323233` |
| text | `#F7F4EF` |
| text_muted | `#9F9D9B` |
| primary | `#1269CF` |
| accent | `#0E51A0` |
| link | `#0E51A0` |
| secondary | `#DFE6F1` |
| button_bg | `#F7F4EF` |
| button_text | `#101012` |

**Using these colors**

- **Action color** `#F7F4EF` — 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 `#0E51A0` — one role, not several.
- **accent** `#0E51A0` — accent for emphasis — keep it rare on the page.
- **primary** `#1269CF` — a brand color — but the call-to-action uses #F7F4EF, not this.
- **secondary** `#DFE6F1` — 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): `#1E1711` 38.6% · `#6D2A12` 29.4% · `#3A2811` 18.7% · `#6F5011` 9.4%

## Typography

- Heading: **PP Neue Montreal** _(free fallback: Space Grotesk)_
- Body: **PP Neue Montreal** _(free fallback: Space Grotesk)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 140px / 500 · lh 122px · tracking -3.68px |
| h2 | 72px / 500 · lh 64px |
| h3 | 40px / 400 · lh 40px |
| body | 14px / 400 · lh 20px |
| small | 13px / 500 · lh 15px |

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

> **Fonts —** PP Neue Montreal is proprietary — closest free match: Space Grotesk (Google). Load Space Grotesk; keep PP Neue Montreal first so licensed users still get it.

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

## Radius
- base: 4px
- button: 9999px
- card: 6px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#F7F4EF` / `#101012` | none | 9999px | 8px 16px 8px 16px | 500 15px | none |
| secondary | `#000000` / `#FFFFFF` | none | 9999px | 8px 16px 8px 16px | 500 15px | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(253, 66, 156)`
- transition: `color 0.075s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(255, 176, 3, 0.094) -5.81026px 0px 40px 0px, rgba(254, 60, 125, 0.094) 5.81026px 0px 40px 0px`

## Motion
- durations: 300ms (dominant) · 75ms · 150ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-out`
- animated properties: color, background-color, border-color, outline-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 |
|-------|-------|
| `--color-brown-900` | `#b3aaaa` |
| `--color-opacity-white-75` | `#ffffffbf` |
| `--color-pink-500` | `lab(56.9303% 76.8162 -8.07021)` |
| `--color-orange-600` | `lab(57.1026% 64.2584 89.8886)` |
| `--color-neutral-600` | `lab(34.924% 0 0)` |
| `--color-foreground-tertiary-on-light` | `#7d7c83` |
| `--color-teal-400` | `lab(76.0109% -53.3483 -2.27906)` |
| `--color-foreground-inactive` | `#6a6a72` |
| `--color-opacity-white-10` | `#ffffff1a` |
| `--color-blue-700` | `lab(36.9089% 35.0961 -85.6872)` |
| `--color-neutral-300` | `lab(84.92% 0 -.0000119209)` |
| `--color-dodger-blue-500` | `#0071ea` |

_…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 800px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 980 | 632 | — | — | 0/0 | — |
| 1762 | 1876 | — | — | 100/100 | — |
| 3638 | 1117 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `h1.text-center`×4 @0ms → `div.jsx-bcbfb8bf8f3589d5` @0ms → `div.jsx-75a1aa3ca1c68a2a` @0ms → ``×9 @417ms → `span.jsx-75a1aa3ca1c68a2a`×36 @709ms → `div.otFlat` @900ms
- `div.jsx-75a1aa3ca1c68a2a` — transform translate(0px)→translate(-50%) — 30000ms · loops

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

## Components (measured)
- input: h 32px · r 12px · bg rgba(0, 0, 0, 0) · placeholder oklab(0.999994 0.0000455678 0.0000200868 / 0.4)

## Responsive (measured)
- breakpoints: 320px · 480px · 550px · 640px · 768px · 820px
- mobile (390px): hero 48px · body 16px · 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/suno.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 Suno's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with suno.com. No screenshots stored. Removal requests: hello@mozaika.design.