Poppi — decoded design system
Poppi'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/drinkpoppi.com.
Decoded design system
Poppi's decoded design system: background #FFFFFF, text #000000, accent #FED455, link #E3F205, primary #FFF200; type scale h1 60px / h2 28px / body 16px; 8px spacing base; 8px base radius. The single interactive/action color is #FFF200 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #FFF200 |
| accent | #FED455 |
| link | #E3F205 |
| secondary | #FF00D0 |
| button_bg | #FFF200 |
| button_text | #EC008C |
Using these colors
- Action color
#FFF200— the single interactive color; only on things you click or must notice, never large fills. primary,button_bgare all#FFF200— one role, not several (the action color).- accent
#FED455— accent for emphasis — keep it rare on the page. - link
#E3F205— fails contrast on the background (~1.2:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#FF00D0— 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: ITCAvantGarde
- Body: Source Sans Pro
- h1: 60px
- h2: 28px
- body: 16px
Spacing
- base unit: 8px
- scale: 4px, 5px, 8px, 16px, 20px, 25px, 30px, 32px, 40px, 45px
Radii
- base: 8px
- button: 40px
Shadow
rgb(236, 0, 140) 5px 5px 0px 0px
Shadows (elevation)
- subtle:
rgb(236, 0, 140) 5px 5px 0px 0px - card:
rgb(255, 255, 255) 5px 5px 0px 0px
Motion
Micro-interactions run at 250ms (dominant) with cubic-bezier(0.42, 0, 0.58, 1).
- durations: 250ms · 400ms · 500ms
- easings:
cubic-bezier(0.42, 0, 0.58, 1)·ease - animated properties: background-color, color, box-shadow, opacity
Native design tokens
| Token | Value |
|---|---|
--overlay-bg | #000000 |
--nav-bg | #ffffff |
--color-poppi-pink | #EC008C |
--color-poppi-yellow | #FFF200 |
--color-poppi-blue | #00AEEF |
--color-primary | #EC008C |
--color-secondary | #FFF200 |
--color-secondary-accent | #FCFCFC |
--color-tertiary-main | #909090 |
--color-tertiary-accent | #030303 |
…and 30 more measured on the page.
Button states (measured)
- primary hover: box-shadow
rgb(236, 0, 140) 0px 0px 0px 0px· background#EC008C· color#FFF200 - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- nav: 80px fixed
- common grid: 2 columns
Motion choreography (measured)
Load order: div.w-max×2 → button.splide__arrow×2 → div.skeleton×15
Responsive (measured)
- breakpoints: 480px · 500px · 768px · 1000px · 1024px · 1080px
- mobile (390px): nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/drinkpoppi.com
registry item · or query it over MCP: get_design_system("Poppi")
Export: DESIGN.md
# Poppi — Design System > light, playful, high, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#FFF200` | | accent | `#FED455` | | link | `#E3F205` | | secondary | `#FF00D0` | | button_bg | `#FFF200` | | button_text | `#EC008C` | **Using these colors** - **Action color** `#FFF200` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `button_bg` are all `#FFF200` — one role, not several (your action color). - **accent** `#FED455` — accent for emphasis — keep it rare on the page. - **link** `#E3F205` — fails contrast on the background (~1.2:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **secondary** `#FF00D0` — 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): `#00AEEF` 84% · `#EC008C` 10.3% · `#A2D7EF` 4.7% · `#517DC0` 1% ## Typography - Heading: **ITCAvantGarde** _(free fallback: Newsreader)_ - Body: **Source Sans Pro** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 60px / 400 · lh 57px · tracking -1.2px | | h2 | 28px / 400 · lh 28px · tracking -0.56px | | h3 | 24px / 400 · lh 30px | | body | 16px / 400 · lh 24px | | small | 14px / 400 · lh 21px | - Weight ladder: 400 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** ITCAvantGarde may be proprietary — safe free fallback: Newsreader (Google Fonts). Source Sans Pro may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 4px, 5px, 8px, 16px, 20px, 25px, 30px, 32px, 40px, 45px — snap all gaps/padding to these ## Radius - base: 8px - button: 40px - card: 10px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFF200` / `#EC008C` | 2px solid rgb(236, 0, 140) | 40px | 0px 60px 0px 60px | 400 24px | rgb(236, 0, 140) 5px 5px 0px 0px | | secondary | `#00AEEF` / `#E3F205` | none | 40px | — | — | none | **States (measured, not guessed)** - primary hover: box-shadow `rgb(236, 0, 140) 0px 0px 0px 0px` · background `#EC008C` · color `#FFF200` - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `background-color 0.25s cubic-bezier(0.42, 0, 0.58, 1)` ## Shadows (elevation) - subtle: `rgb(236, 0, 140) 5px 5px 0px 0px` - card: `rgb(255, 255, 255) 5px 5px 0px 0px` - button: `rgb(236, 0, 140) 5px 5px 0px 0px` ## Motion - durations: 250ms (dominant) · 400ms · 500ms - easings: `cubic-bezier(0.42, 0, 0.58, 1)` (dominant) · `ease` - animated properties: background-color, color, box-shadow, 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 | |-------|-------| | `--overlay-bg` | `#000000` | | `--nav-bg` | `#ffffff` | | `--color-poppi-pink` | `#EC008C` | | `--color-poppi-yellow` | `#FFF200` | | `--color-poppi-blue` | `#00AEEF` | | `--color-primary` | `#EC008C` | | `--color-secondary` | `#FFF200` | | `--color-secondary-accent` | `#FCFCFC` | | `--color-tertiary-main` | `#909090` | | `--color-tertiary-accent` | `#030303` | | `--color-quaternary-main` | `#B4B4B4` | | `--color-quaternary-accent` | `#334FB4` | _…and 28 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - common grid: 2-col - nav: 80px fixed · bg #EC008C | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 3683 | 849 | 2 | 16 | 0/0 | 82/18 | ## Motion choreography (measured) Load order: `div.w-max`×2 @0ms → `button.splide__arrow`×2 @0ms → `div.skeleton`×15 @496ms Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #FFF200 · underline - disabled: bg rgba(0, 0, 0, 0) · text #FFF200 ## Responsive (measured) - breakpoints: 480px · 500px · 768px · 1000px · 1024px · 1080px - mobile (390px): body 15px · 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.
An automated reading of Poppi's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with drinkpoppi.com. No screenshots stored. Removal requests: hello@mozaika.design.