MozaikaLive decode

ClickUp Mobile — decoded design system

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

ClickUp 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/clickup.com.

Decoded design system

ClickUp Mobile's decoded design system: background #FFFFFF, text #292D34, accent #010100, link #646464, primary #010100; type scale h1 80px / h2 76px / body 14px; 8px spacing base; 12px base radius. The single interactive/action color is #F0F0F0 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F2F2F2
border#DEDFE0
text#292D34
text_muted#7A7C81
primary#010100
accent#010100
link#646464
button_bg#F0F0F0
button_text#000000

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 450ms (dominant) with cubic-bezier(0.33, 1, 0.68, 1).

Native design tokens

TokenValue
--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)

Layout (measured)

Motion choreography (measured)

Load order: div.ContextCardVisual_window×4 → span.ContextCardVisual_brainIspan.IntelligenceCardVisual_sspan.PersonalityCardVisual_tospan.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)

Install it

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

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

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

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

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

Export: DESIGN.md

# ClickUp Mobile — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F2F2F2` |
| border | `#DEDFE0` |
| text | `#292D34` |
| text_muted | `#7A7C81` |
| primary | `#010100` |
| accent | `#010100` |
| link | `#646464` |
| button_bg | `#F0F0F0` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#F0F0F0` — 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 `#010100` — one role, not several.
- **accent** `#010100` — accent for emphasis — keep it rare on the page.
- **link** `#646464` — reads as a neutral UI color, not a link accent — verify against the reference (action = #F0F0F0).
- **Page coverage** (full-page screenshot pixels): `#7F7F7F` 84.3% · `#333346` 11.1% · `#151522` 2.4% · `#ABABAC` 2.2%

## Typography

- Heading: **Plus Jakarta Sans**
- Body: **Inter**
- Mono: **Sometype Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 80px / 700 · lh 96px · tracking -3.2px |
| h2 | 76px / 700 · lh 80px · tracking -3.04px |
| h3 | 56px / 700 · lh 64px · tracking -2.24px |
| body | 14px / 500 · lh 20px · tracking -0.15px |
| small | 12px / 500 · lh 18px |
| eyebrow | 12px / 500 · tracking 0.96px |

- Weight ladder: 400 · 500 · 600 · 650 · 700 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Plus Jakarta Sans — free, on Google. Inter — free, on Google.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 3px, 4px, 6px, 7px, 8px, 10px, 12px, 14px, 16px, 20px — snap all gaps/padding to these
- section rhythm: 80px top/bottom padding per section (measured)

## Radius
- base: 12px
- button: 8px
- card: 12px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#F0F0F0` / `#000000` | none | 8px | 8px 12px 8px 12px | 600 14px / -0.15px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#646464` | none | 8px | 8px 10px 8px 10px | 500 14px / -0.15px | none |

**States (measured, not guessed)**

- primary hover: background `#DEDEDE`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `background-color 0.2s ease`

## 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
- durations: 450ms (dominant) · 250ms · 300ms
- easings: `cubic-bezier(0.33, 1, 0.68, 1)` (dominant) · `ease`
- animated properties: opacity, transform, box-shadow, background-color

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| 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` |
| `--Core-Border-Default` | `#e8e8e8` |
| `--Core-Accents-Purple` | `#6647f0` |

_…and 108 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1080px · common grid: 2-col
- nav: 60px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 100 | 745 | 2 | 100 | 80/64 | — |
| 923 | 731 | — | — | 80/80 | — |
| 1003 | 571 | — | — | 0/0 | — |
| 1224 | 350 | — | — | 0/0 | — |
| 2799 | 1606 | — | — | 80/0 | — |
| 2879 | 726 | 2 | 16 | 0/0 | 61/39 |
| 3605 | 800 | — | — | 0/0 | — |
| 3770 | 635 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.ContextCardVisual_window`×4 @0ms → `span.ContextCardVisual_brainI` @0ms → `span.IntelligenceCardVisual_s` @0ms → `span.PersonalityCardVisual_to` @0ms → `span.Brain2MemoryVisual_line_` @0ms → `circle.DeepSearchCardVisual_dot` @0ms
- `div.HomeHero4o_heroImageWrap` — opacity 0→1 — 200ms ease-out
- `li._logoListItem_nk8qp_122` ×6 — opacity 0→1 · transform scale(0.8) translateZ(0px)→scale(1) translateZ(0px) · filter blur(5px)→blur(0px) — 200ms ease-out
- `li._logoListItem_nk8qp_122` ×6 — opacity 1→0 · transform scale(1) translateZ(0px)→scale(0.8) translateZ(0px) · filter blur(0px)→blur(5px) — 200ms ease-in (delay 8450ms)
- `div.ContextCardVisual_window` ×4 — opacity 0→0.8 · transform translate(183px, -13px)→translate(108px, 61px) — 6000ms (delay -4500ms) · loops
- `span.GradientPill_rainbowGrad` — transform translate(-50%, -50%) rotate(0deg)→translate(-50%, -50%) rotate(360deg) — 1500ms · loops
- `span.HomeHero4o_rainbowGradie` — transform rotate(0deg)→rotate(360deg) — 1500ms · loops
- stagger: `div` ×4 — 1500ms apart
- scroll reveal: 3 elements rest at opacity 0, translateY(24px), animate in over 3000ms (0 revealed during the drive).
- 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)
- card ×3: pad 0px 0px 0px 0px · r 0px · bg #000000
  - hover: background `#060606` · font-weight `400` · letter-spacing `normal`
- link: #202020 · no underline

## Responsive (measured)
- breakpoints: 400px · 500px · 600px · 768px · 900px · 1000px
- mobile (390px): hero 38px · body 16px · nav: hamburger

## 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/clickup.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 ClickUp Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with clickup.com. No screenshots stored. Removal requests: hello@mozaika.design.