Grubhub Mobile — design system & UI screens
Food delivery home screen with location selector, delivery/pickup toggle, search bar, category pills, and horizontal scrolling category grid with neighborhood recommendations carousel below. Official Google Play listing screenshot.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/grubhub-mobile.
Decoded design system
Grubhub Mobile's decoded design system: background #FFFFFF, text #000000, accent #FF5500, link #FF5500, primary #FF5500; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #FF5500 — 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 | #FF5500 |
| accent | #FF5500 |
| link | #FF5500 |
| button_bg | #FF5500 |
| button_text | #FFFFFF |
Using these colors
- Action color
#FF5500— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#FF5500— one role, not several (the action color).- accent
#FF5500— 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: 8px
- scale: 3px, 4px, 8px, 12px, 13px, 15px, 16px, 20px, 24px, 32px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgba(38, 38, 38, 0.1) 0px 0px 0px 1px, rgba(38, 38, 38, 0.1) 0px 1px 8px 0px - card:
rgba(38, 38, 38, 0.1) 0px 0px 0px 1px, rgba(38, 38, 38, 0.1) 0px 1px 12px 0px
Motion
Micro-interactions run at 200ms (dominant) with ease.
- durations: 200ms · 100ms
- easings:
ease - animated properties: color, border-color, background
Button states (measured)
- primary hover: border
1px solid rgb(54, 40, 198)· background#3628C6 - primary focus: border
1px solid rgb(54, 40, 198)· background#3628C6
Layout (measured)
- nav: 78px fixed
- common grid: 4 columns
Motion choreography (measured)
Load order: div.mainNav → div.notifications → nav.mainNav
Input (measured)
height 48px · radius 42px · focus ring 1px auto rgb(87, 42, 248)
Responsive (measured)
- breakpoints: 576px · 768px · 800px · 992px · 1200px · 1300px
- mobile (390px): hero 34px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →