MozaikaLive decode

Uber Eats Mobile — decoded design system

ubereats.com · light · consumer · deep decode — measured live

Uber Eats 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.

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/ubereats.com.

Decoded design system

Uber Eats Mobile's decoded design system: background #FFFFFF, text #000000, accent #07C168, link #4B4B4B, primary #07C168; type scale h1 52px / h2 36px / body 14px; 4px spacing base; 12px base radius. The single interactive/action color is #000000 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#07C168
accent#07C168
link#4B4B4B
button_bg#000000
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadow

rgba(0, 0, 0, 0.1) 0px 0px 8px 0px, rgba(0, 0, 0, 0.04) 0px 4px 4px 0px

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with cubic-bezier(0, 0, 1, 1).

Button states (measured)

Layout (measured)

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)

Install it

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

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

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/ubereats.theme.ts https://mozaika.design/api/astryx/decode/ubereats.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Uber Eats Mobile")

Export: DESIGN.md

# Uber Eats Mobile — Design System

> light, consumer, high — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#07C168` |
| accent | `#07C168` |
| link | `#4B4B4B` |
| button_bg | `#000000` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#000000` — 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 `#07C168` — one role, not several.
- **accent** `#07C168` — accent for emphasis — keep it rare on the page.
- **link** `#4B4B4B` — reads as a neutral UI color, not a link accent — verify against the reference (action = #000000).
- **Page coverage** (full-page screenshot pixels): `#F0B86C` 23.8% · `#E9A955` 19.9% · `#FFFFFF` 18.1% · `#6E1A0C` 12.5%

## Typography

- Heading: **UberMove** _(free fallback: Newsreader)_
- Body: **UberMoveText** _(free fallback: Newsreader)_

| 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.

> **Fonts —** UberMove may be proprietary — safe free fallback: Newsreader (Google Fonts). UberMoveText may be proprietary — safe free fallback: Newsreader (Google Fonts).

## 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: 500px
- 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`
- button: `rgba(0, 0, 0, 0.1) 0px 0px 8px 0px, rgba(0, 0, 0, 0.04) 0px 4px 4px 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/decode/ubereats.com

← 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. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of Uber Eats Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with ubereats.com. No screenshots stored. Removal requests: hello@mozaika.design.