Uber Eats Mobile — Design System
Uber Eats Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/uber-eats-mobile.
Tokens
Uber Eats Mobile's decoded design system: background #FFFFFF, text #000000, accent #07C168, link #07C168, primary #07C168; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #07C168 — 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 | #07C168 |
| accent | #07C168 |
| link | #07C168 |
| button_bg | #07C168 |
| button_text | #FFFFFF |
Using these colors
- Action color
#07C168— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#07C168— one role, not several (the action color).- accent
#07C168— 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
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 4px
- scale: 8px, 10px, 12px, 16px, 18px, 24px, 40px, 72px, 88px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.16) 0px 4px 16px 0px - overlay:
rgba(0, 0, 0, 0.1) 0px 0px 25px 0px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0, 0, 1, 1).
- durations: 200ms · 300ms · 400ms
- easings:
cubic-bezier(0, 0, 1, 1)·ease-in-out - animated properties: background, box-shadow, grid-template-columns, backgroundSize
Button states (measured)
- primary hover: background
#282828 - primary focus: box-shadow
rgb(39, 110, 241) 0px 0px 0px 2px
Layout (measured)
- nav: 828px
- common grid: 3 columns
Motion choreography (measured)
Load order: div._al
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Input (measured)
height 40px · radius 0px
Responsive (measured)
- mobile (390px): hero 36px · nav inline
Export: DESIGN.md
# Uber Eats Mobile — Design System > light, consumer, high — deep decode (measured live) Uber Eats Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default. ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#07C168` | | accent | `#07C168` | | link | `#07C168` | | button_bg | `#07C168` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#07C168` — 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`, `link`, `button_bg` are all `#07C168` — one role, not several (your action color). - **accent** `#07C168` — 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. - **Page coverage** (full-page screenshot pixels): `#F0B86C` 23.8% · `#E9A955` 19.9% · `#FFFFFF` 18.1% · `#6E1A0C` 12.5% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 52px / 700 · lh 64px | | h2 | 36px / 700 · lh 44px | | h3 | 28px / 700 · lh 36px | | body | 14px / 500 · lh 20px | - Weight ladder: 400 · 500 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 8px, 10px, 12px, 16px, 18px, 24px, 40px, 72px, 88px — snap all gaps/padding to these ## Radius - base: 12px - button: 12px - card: 8px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#000000` / `#FFFFFF` | none | 500px | 12px 12px 12px 12px | 500 14px | rgba(0, 0, 0, 0.1) 0px 0px 8px 0px, rgba(0, 0, 0, 0.04) 0px 4px 4px 0px | **States (measured, not guessed)** - primary hover: background `#282828` - primary focus: box-shadow `rgb(39, 110, 241) 0px 0px 0px 2px` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.16) 0px 4px 16px 0px` - overlay: `rgba(0, 0, 0, 0.1) 0px 0px 25px 0px` ## Motion - durations: 200ms (dominant) · 300ms · 400ms - easings: `cubic-bezier(0, 0, 1, 1)` (dominant) · `ease-in-out` - animated properties: background, box-shadow, grid-template-columns, backgroundSize 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) - common grid: 3-col - nav: 828px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 64 | 900 | 3 | — | 0/0 | 62/22/16 | ## Motion choreography (measured) Load order: `div._al` @0ms - overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 40px · r 0px · bg #FFFFFF · placeholder #5E5E5E - link: #4B4B4B · underline ## Responsive (measured) - mobile (390px): hero 36px · 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/ds/uber-eats-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #07C168 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #EFEFEF;
--color-border: #D8D8D8;
--color-text: #000000;
--color-text-muted: #606060;
--color-primary: #07C168; /* primary brand / action color. */
--color-accent: #07C168; /* 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. */
--color-link: #07C168; /* inline text links — shares the action color. */
--color-button-bg: #07C168; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 500, 700 — use these, not 400/600 */
--text-hero: 52px; --font-weight-hero: 700; --leading-hero: 64px;
--text-h2: 36px; --font-weight-h2: 700; --leading-h2: 44px;
--text-h3: 28px; --font-weight-h3: 700; --leading-h3: 36px;
--text-body: 14px; --font-weight-body: 500; --leading-body: 20px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 8px;
--shadow-card: rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
--color-btn-hover: #282828; /* measured primary hover fill */
--shadow-focus: rgb(39, 110, 241) 0px 0px 0px 2px; /* measured focus ring */
--ease-brand: cubic-bezier(0, 0, 1, 1);
--duration-fast: 200ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--duration-slow: 400ms;
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 8, 10, 12, 16, 18, 24, 40, 72, 88px */
}Export: CSS variables
:root {
/* action color #07C168 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #EFEFEF;
--border: #D8D8D8;
--text: #000000;
--text-muted: #606060;
--primary: #07C168; /* primary brand / action color. */
--accent: #07C168; /* 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. */
--link: #07C168; /* inline text links — shares the action color. */
--button-bg: #07C168; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 52px; --weight-hero: 700; --leading-hero: 64px;
--text-h2: 36px; --weight-h2: 700; --leading-h2: 44px;
--text-h3: 28px; --weight-h3: 700; --leading-h3: 36px;
--text-body: 14px; --weight-body: 500; --leading-body: 20px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 8px;
--shadow-card: rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
--btn-bg-hover: #282828;
--focus-ring: rgb(39, 110, 241) 0px 0px 0px 2px;
--ease: cubic-bezier(0, 0, 1, 1);
--duration-fast: 200ms;
--duration-base: 300ms;
--duration-slow: 400ms;
}