MozaikaLive decode

Bumble Mobile — decoded design system

bumble.com · light · consumer · deep decode — measured live

Bumble Mobile'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/bumble.com.

Decoded design system

Bumble Mobile's decoded design system: background #FFFFFF, text #202020, accent #FFDB5B, link #FFFFFF, primary #FFDB5B; type scale h1 68px / h2 40px / body 20px; 4px spacing base; 12px base radius. The single interactive/action color is #202020 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DDDDDD
text#202020
text_muted#747474
primary#FFDB5B
accent#FFDB5B
link#FFFFFF
button_bg#202020
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with ease.

Native design tokens

TokenValue
--token-a11y-focus-ring-inner-color#ffc629
--token-a11y-focus-ring-outer-color#ffc629
--token-action-cell-extra-color-fill#6b6b6b
--token-action-cell-primary-color-background#f6f6f6
--token-action-cell-primary-color-background-selected#fff7de
--token-action-cell-primary-hint-color#6b6b6b
--token-action-cell-primary-title-color#141414
--token-action-cell-secondary-color-background#fff
--token-action-cell-secondary-color-background-selected#fff7de
--token-action-cell-secondary-color-border#dcdcdc

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.animation-card__QRX4J×3 → div.animation-card__QRX4Jdiv.animation-card__QRX4Jdiv.animation-card__QRX4Jdiv.animation-card__QRX4J

Stagger: div ×6 — 1350ms apart.

Responsive (measured)

Install it

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

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

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

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

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

Export: DESIGN.md

# Bumble Mobile — Design System

> light, consumer, high — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DDDDDD` |
| text | `#202020` |
| text_muted | `#747474` |
| primary | `#FFDB5B` |
| accent | `#FFDB5B` |
| link | `#FFFFFF` |
| button_bg | `#202020` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#202020` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent` are all `#FFDB5B` — one role, not several.
- **accent** `#FFDB5B` — accent for emphasis — keep it rare on the page.
- **link** `#FFFFFF` — fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **Page coverage** (full-page screenshot pixels): `#FFDB5B` 33.8% · `#FFFFFF` 28.7% · `#4B3D36` 20% · `#E8ECE2` 8.5%

## Typography

- Heading: **BumbleSans** _(free fallback: Newsreader)_
- Body: **BumbleSans** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 68px / 600 · lh 70px · tracking 0.46px |
| h2 | 40px / 400 · lh 40px |
| h3 | 34px / 600 · lh 34px · tracking 0.4px |
| body | 20px / 400 · lh 25px · tracking 0.32px |
| small | 18px / 500 · lh 22px |
| eyebrow | 17px / 500 · tracking 0.3px |

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

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

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

## Radius
- base: 12px
- button: 16px
- card: 16px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#202020` / `#FFFFFF` | none | 16px | 14px 24px 14px 24px | 400 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#202020` | 1px solid rgba(0, 0, 0, 0) | — | 14px 22px 14px 22px | 500 17px / 0.3px | none |

**States (measured, not guessed)**

- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `opacity 0.2s ease`

## Shadows (elevation)
- subtle: `rgba(255, 255, 255, 0) 0px 0px 0px 0px`
- card: `rgba(32, 32, 32, 0.12) 0px 1px 8px 0px`

## Motion
- durations: 200ms (dominant) · 250ms · 400ms
- easings: `ease` (dominant) · `ease-in-out`
- animated properties: color, opacity, position, top

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 |
|-------|-------|
| `--token-a11y-focus-ring-inner-color` | `#ffc629` |
| `--token-a11y-focus-ring-outer-color` | `#ffc629` |
| `--token-action-cell-extra-color-fill` | `#6b6b6b` |
| `--token-action-cell-primary-color-background` | `#f6f6f6` |
| `--token-action-cell-primary-color-background-selected` | `#fff7de` |
| `--token-action-cell-primary-hint-color` | `#6b6b6b` |
| `--token-action-cell-primary-title-color` | `#141414` |
| `--token-action-cell-secondary-color-background` | `#fff` |
| `--token-action-cell-secondary-color-background-selected` | `#fff7de` |
| `--token-action-cell-secondary-color-border` | `#dcdcdc` |
| `--token-action-cell-secondary-color-border-selected` | `#fff` |
| `--token-action-cell-secondary-hint-color` | `#6b6b6b` |

_…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 1440px · common grid: 2-col
- nav: 84px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 811 | — | — | 40/40 | — |
| 851 | 618 | 2 | 20 | 0/0 | — |
| 1509 | 700 | 2 | — | 0/0 | — |
| 2249 | 561 | 2 | 40 | 0/0 | — |
| 2850 | 600 | 2 | 48 | 0/0 | 58/42 |
| 3490 | 450 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.animation-card__QRX4J`×3 @0ms → `div.animation-card__QRX4J` @1516ms → `div.animation-card__QRX4J` @1516ms → `div.animation-card__QRX4J` @1516ms → `div.animation-card__QRX4J` @1516ms
- `div.animation-card__QRX4J` ×3 — opacity 0→1 · translate 0px -40px→0px — 250ms ease-out (delay 1000ms)
- `div.animation-card__QRX4J` ×3 — opacity 1→0 · transform scale(1) translate(0px)→scale(1.1) translate(-100px) — 400ms ease-in-out (delay 2500ms)
- `div.animation-card__QRX4J` ×3 — transform scale(0.75) translate(250px)→scale(1) translate(0px) — 400ms ease-in-out (delay 2500ms)
- `div.animation-card__QRX4J` ×3 — transform scale(0.5) translate(680px)→scale(0.75) translate(250px) — 400ms ease-in-out (delay 2500ms)
- `div.animation-card__QRX4J` ×3 — opacity 0→1 · transform scale(0.4) translate(900px)→scale(0.5) translate(680px) — 400ms ease-in-out (delay 2500ms)
- stagger: `div` ×6 — 1350ms apart

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

## Components (measured)
- card ×3: pad 0px 0px 0px 0px · r 16px · bg rgba(0, 0, 0, 0)
  - hover: font-weight `400` · letter-spacing `normal`

## Responsive (measured)
- breakpoints: 600px · 640px · 768px · 1024px · 1260px · 1360px
- mobile (390px): hero 32px · body 16px · 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/bumble.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. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of Bumble Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with bumble.com. No screenshots stored. Removal requests: hello@mozaika.design.