Deliveroo Mobile — decoded design system
Deliveroo 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.
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/deliveroo.co.uk.
Decoded design system
Deliveroo Mobile's decoded design system: background #FFFFFF, text #2E3333, accent #00CCBC, link #FFFFFF, primary #00CCBC; type scale h1 60px / h2 40px / body 16px; 8px spacing base; 12px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F2F2F2 |
| border | #DFE0E0 |
| text | #2E3333 |
| text_muted | #7D8080 |
| primary | #00CCBC |
| accent | #00CCBC |
| link | #FFFFFF |
| button_bg | #FFFFFF |
| button_text | #01857C |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#00CCBC— one role, not several (the action color).link,button_bgare all#FFFFFF— one role, not several (the action color).- accent
#00CCBC— accent for emphasis — keep it rare on the page.
Typography
- Heading: stratos
- Body: plex-sans
- h1: 60px
- h2: 40px
- body: 16px
Spacing
- base unit: 8px
- scale: 4px, 8px, 12px, 16px, 24px, 32px, 40px, 48px, 64px
Radii
- base: 12px
- button: 4px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.08) 0px 1px 4px 0px - overlay:
rgba(0, 0, 0, 0.08) 0px 6px 20px 0px
Motion
Micro-interactions run at 150ms (dominant) with ease-out.
- durations: 150ms · 320ms · 500ms
- easings:
ease-out·linear - animated properties: box-shadow, -webkit-box-shadow, opacity
Button states (measured)
- primary hover: background
#DEFFFD· color#0E5454 - primary focus: box-shadow
rgb(255, 255, 255) 0px 0px 0px 2px, rgb(14, 84, 84) 0px 0px 0px 4px
Layout (measured)
- container max-width:
750px - nav: 48px relative
- common grid: 2 columns
Motion choreography (measured)
Load order: div.ScrollingCarousel-a63526×2 → div.CustomCookieBanner-39382
Overlay recipe (measured)
dialog panel: #2E3333 · radius 0px · enter 320ms linear
Input (measured)
height 64px · radius 100px · focus ring rgb(255, 255, 255) 0px 0px 0px 2px, rgb(0, 0, 0) 0px 0px 0px 4px
Responsive (measured)
- breakpoints: 480px · 539px · 768px · 960px · 980px · 1280px
- mobile (390px): hero 28px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/deliveroo.co.uk
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/deliveroo.theme.ts https://mozaika.design/api/astryx/decode/deliveroo.co.uk.ts
registry item · astryx theme · or query it over MCP: get_design_system("Deliveroo Mobile")
Export: DESIGN.md
# Deliveroo Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F2F2F2` | | border | `#DFE0E0` | | text | `#2E3333` | | text_muted | `#7D8080` | | primary | `#00CCBC` | | accent | `#00CCBC` | | link | `#FFFFFF` | | button_bg | `#FFFFFF` | | button_text | `#01857C` | **Using these colors** - **Action color** `#FFFFFF` — 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 `#00CCBC` — one role, not several. - `link`, `button_bg` are all `#FFFFFF` — one role, not several (your action color). - **accent** `#00CCBC` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#F1F0F0` 42.9% · `#222524` 16.2% · `#68D7C9` 11.1% · `#82664F` 11.1% ## Typography - Heading: **stratos** _(free fallback: Newsreader)_ - Body: **plex-sans** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 60px / 400 · lh 80px | | h2 | 40px / 600 · lh 48px | | h3 | 28px / 600 · lh 36px | | body | 16px / 400 · lh 24px | | small | 14px / 400 · lh 19px | - Weight ladder: 400 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** stratos may be proprietary — safe free fallback: Newsreader (Google Fonts). plex-sans may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 4px, 8px, 12px, 16px, 24px, 32px, 40px, 48px, 64px — snap all gaps/padding to these ## Radius - base: 12px - button: 4px - card: 4px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#01857C` | 1px solid rgb(27, 166, 156) | 4px | 8px 16px 8px 16px | 400 13.3333px | none | **States (measured, not guessed)** - primary hover: background `#DEFFFD` · color `#0E5454` - primary focus: box-shadow `rgb(255, 255, 255) 0px 0px 0px 2px, rgb(14, 84, 84) 0px 0px 0px 4px` - transition: `box-shadow 0.15s ease-out` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.08) 0px 1px 4px 0px` - overlay: `rgba(0, 0, 0, 0.08) 0px 6px 20px 0px` ## Motion - durations: 150ms (dominant) · 320ms · 500ms - easings: `ease-out` (dominant) · `linear` - animated properties: box-shadow, -webkit-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. ## Layout (measured) - container max 750px · common grid: 2-col - nav: 48px relative · bg #00CCBC | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 2095 | 2 | — | 0/0 | — | ## Motion choreography (measured) Load order: `div.ScrollingCarousel-a63526`×2 @0ms → `div.CustomCookieBanner-39382` @615ms - `div.CustomCookieBanner-39382` — transform translateY(100%)→translateY(0px) — 320ms cubic-bezier(0.2, 0.8, 0.2, 1) - overlay dialog (auto-opened): panel #2E3333 · r 0px · shadow rgba(0, 0, 0, 0.25) 0px -4px 16px 0px - enter: transform from translateY(100%) · 320ms linear - exit: transform from translateY(100%) · 320ms linear Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 64px · r 100px · border 1px solid rgb(213, 221, 221) · bg #FFFFFF · placeholder #535F5F - focus ring: `rgb(255, 255, 255) 0px 0px 0px 2px, rgb(0, 0, 0) 0px 0px 0px 4px` — this exact construction, don't invent your own - link: #01857C · no underline ## Responsive (measured) - breakpoints: 480px · 539px · 768px · 960px · 980px · 1280px - mobile (390px): hero 28px · 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/deliveroo.co.uk
An automated reading of Deliveroo Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with deliveroo.co.uk. No screenshots stored. Removal requests: hello@mozaika.design.