MozaikaLive decode

Olipop — decoded design system

drinkolipop.com · light · playful · tailwind · deep decode — measured live

Olipop'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/drinkolipop.com.

Decoded design system

Olipop's decoded design system: background #FFF6EA, text #14433D, accent #FFFF7D, link #FFFFFF, primary #14433D; type scale h1 80px / h2 54px / body 16px; 4px spacing base; 24px base radius. The single interactive/action color is #FCC100 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFF6EA
surface#F0EBDF
border#DBDBD0
text#14433D
text_muted#6D877E
primary#14433D
accent#FFFF7D
link#FFFFFF
secondary#FFF6EA
button_bg#FCC100
button_text#14433D

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 250ms (dominant) with ease-in-out.

Native design tokens

TokenValue
--color-text#3a3a3a
--color-text-shadowrgba(0,0,0,0.4)
--color-body-text#333232
--color-sale-text#fa4545
--color-small-button-text-border#3a3a3a
--color-text-fieldrgba(0,0,0,0)
--color-text-field-text#000000
--color-navigation-text#3a3a3a
--color-btn-primary#3a3a3a
--color-btn-primary-darken#212121

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: img.ls-is-cacheda.toggle-clp-jump-linka.toggle-clp-jump-linka.toggle-clp-jump-linka.toggle-clp-jump-linka.toggle-clp-jump-link

Scroll reveal: 2 elements rest at opacity 0, animate in over 0.23s ease-in.

Overlay recipe (measured)

dialog panel: #FFFFFF · radius 6px

Responsive (measured)

Install it

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

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

registry item · or query it over MCP: get_design_system("Olipop")

Export: DESIGN.md

# Olipop — Design System

> light, playful, high, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFF6EA` |
| surface | `#F0EBDF` |
| border | `#DBDBD0` |
| text | `#14433D` |
| text_muted | `#6D877E` |
| primary | `#14433D` |
| accent | `#FFFF7D` |
| link | `#FFFFFF` |
| secondary | `#FFF6EA` |
| button_bg | `#FCC100` |
| button_text | `#14433D` |

**Using these colors**

- **Action color** `#FCC100` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- **accent** `#FFFF7D` — accent for emphasis — keep it rare on the page.
- **primary** `#14433D` — ≈ the text color — a foreground/text color, not an action color (action = #FCC100).
- **link** `#FFFFFF` — fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#FFF6EA` — 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): `#FFF6EA` 69.2% · `#008168` 19.4% · `#B8C8B6` 5.1% · `#115448` 5.1%

## Typography

- Heading: **Ano** _(free fallback: Newsreader)_
- Body: **Helvetica**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 80px / 800 · lh 80px |
| h2 | 54px / 800 · lh 54px |
| h3 | 52px / 800 · lh 52px |
| body | 16px / 700 · lh 22px |
| small | 14px / 400 · lh 25px |

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

> **Fonts —** Ano may be proprietary — safe free fallback: Newsreader (Google Fonts). Helvetica — system font, no web load needed.

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

## Radius
- base: 24px
- button: 100px
- card: 50px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FCC100` / `#14433D` | 2px solid rgb(252, 193, 0) | 100px | 11px 30px 11px 30px | 700 12px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#14433D` | none | 100px | 0px 0px 0px 0px | 700 18px | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(24, 99, 220)`
- transition: `all 0.25s ease-in-out`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px`
- card: `rgb(20, 67, 61) 0px 0px 0px 1.5px`

## Motion
- durations: 250ms (dominant) · 500ms · 300ms
- easings: `ease-in-out` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)`
- animated properties: opacity, margin, color, background-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-text` | `#3a3a3a` |
| `--color-text-shadow` | `rgba(0,0,0,0.4)` |
| `--color-body-text` | `#333232` |
| `--color-sale-text` | `#fa4545` |
| `--color-small-button-text-border` | `#3a3a3a` |
| `--color-text-field` | `rgba(0,0,0,0)` |
| `--color-text-field-text` | `#000000` |
| `--color-navigation-text` | `#3a3a3a` |
| `--color-btn-primary` | `#3a3a3a` |
| `--color-btn-primary-darken` | `#212121` |
| `--color-btn-primary-transparent` | `rgba(58, 58, 58, 0.8)` |
| `--color-btn-primary-text` | `#ffffff` |

_…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 900px · common grid: 2-col
- nav: 70px relative · bg #FFF6EA

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 110 | 396 | 2 | — | 0/0 | — |
| 506 | 793 | — | — | 0/0 | — |
| 1299 | 806 | — | — | 0/0 | — |
| 2105 | 721 | — | — | 0/0 | — |
| 2826 | 184 | — | — | 0/0 | — |
| 3010 | 909 | 2 | 16 | 0/0 | — |
| 3919 | 672 | 2 | — | 0/0 | — |
| 4591 | 660 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `img.ls-is-cached` @0ms → `a.toggle-clp-jump-link` @96ms → `a.toggle-clp-jump-link` @96ms → `a.toggle-clp-jump-link` @96ms → `a.toggle-clp-jump-link` @96ms → `a.toggle-clp-jump-link` @96ms
- scroll reveal: 2 elements rest at opacity 0, animate in over 0.23s ease-in (2 revealed during the drive).
- overlay dialog (auto-opened): panel #FFFFFF · r 6px

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

## Components (measured)
- link: #14433D · underline

## Responsive (measured)
- breakpoints: 749px · 760px · 768px · 989px · 1024px · 1198px
- mobile (390px): hero 20px · 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.

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