Bubblegum UI — design system & UI screens
Analytics Dashboard in the Bubblegum theme — a shadcn/ui composition.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/bubblegum-ui.
Decoded design system
Bubblegum UI's decoded design system: background #F6E6EE, text #5B5B5B, accent #D04F99, link #D04F99, primary #D04F99; type scale h1 36px / h2 24px / body 14px; 4px spacing base; 6px base radius. The single interactive/action color is #D04F99 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F6E6EE |
| surface | #ECDDE5 |
| border | #DED1D7 |
| text | #5B5B5B |
| text_muted | #958F92 |
| primary | #D04F99 |
| accent | #D04F99 |
| link | #D04F99 |
| button_bg | #D04F99 |
| button_text | #FFFFFF |
Using these colors
- Action color
#D04F99— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#D04F99— one role, not several (the action color).- accent
#D04F99— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
Typography
- Heading: Poppins
- Body: Poppins
- h1: 36px
- h2: 24px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px
Radii
- base: 6px
- button: 6px
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →