ClickUp Mobile — design system & UI screens
Email inbox with categorized messages organized by Primary folder. Uses a clean vertical list layout with sender avatars, message subject lines, preview text, and timestamps. Features search bar, folder dropdown, and filter icon in the header. Official App Store 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/clickup-mobile.
Decoded design system
ClickUp Mobile's decoded design system: background #FFFFFF, text #000000, accent #010100, link #010100, primary #010100; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #010100 — 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 | #010100 |
| accent | #010100 |
| link | #010100 |
| button_bg | #010100 |
| button_text | #FFFFFF |
Using these colors
- Action color
#010100— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#010100— one role, not several (the action color).- accent
#010100— 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
- Mono: Sometype Mono
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 8px
- scale: 3px, 4px, 6px, 7px, 8px, 10px, 12px, 14px, 16px, 20px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px - overlay:
rgba(0, 0, 0, 0.17) -34px -13px 37px 0px, rgba(0, 0, 0, 0.2) -9px -3px 20px 0px
Motion
Micro-interactions run at 450ms (dominant) with cubic-bezier(0.33, 1, 0.68, 1).
- durations: 450ms · 250ms · 300ms
- easings:
cubic-bezier(0.33, 1, 0.68, 1)·ease - animated properties: opacity, transform, box-shadow, background-color
Native design tokens
| Token | Value |
|---|---|
--Core-Text-Main | #202020 |
--Core-Text-Secondary | #646464 |
--Core-Text-Tertiary | #838383 |
--Core-Text-Disabled | #bbb |
--Core-Background-Main | #fff |
--Core-Background-Box | #f8f9fa |
--Core-Background-Card | #f8f9fa |
--Core-Button-Primary | #202020 |
--Core-Button-Secondary | #f0f0f0 |
--Core-Button-Secondary-Hover | #dedede |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#DEDEDE - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1080px - nav: 60px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: div.ContextCardVisual_window×4 → span.ContextCardVisual_brainI → span.IntelligenceCardVisual_s → span.PersonalityCardVisual_to → span.Brain2MemoryVisual_line_ → circle.DeepSearchCardVisual_dot
Scroll reveal: 3 elements rest at opacity 0, translateY(24px), animate in over 3000ms.
Stagger: div ×4 — 1500ms apart.
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 400px · 500px · 600px · 768px · 900px · 1000px
- mobile (390px): hero 38px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →