Crypto.com Mobile — design system & UI screens
Displays live cryptocurrency price tracking with price change percentage and historical price movement. The layout uses a large area chart in blue showing price trends over time, with time-range selector buttons (1D, 1W, 1M), a central data point overlay showing current and adjacent price levels, and a small notification bell icon at the top.
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/crypto-com-mobile.
Decoded design system
Crypto.com Mobile's decoded design system: background #0B1327, text #FFFFFF, accent #0B1327, link #0B1327, primary #0B1327; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #0B1327 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0B1327 |
| surface | #192133 |
| border | #2F3647 |
| text | #FFFFFF |
| text_muted | #A2A5AC |
| primary | #0B1327 |
| accent | #0B1327 |
| link | #0B1327 |
| button_bg | #0B1327 |
| button_text | #0B1327 |
Using these colors
- Action color
#0B1327— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#0B1327— one role, not several (the action color).- accent
#0B1327— 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: 4px, 8px, 10px, 12px, 16px, 17px, 18px, 24px, 28px, 30px
Radii
- base: 12px
- button: 12px
Motion
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms · 200ms · 1200ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0, 0, 0.2, 1) - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--color-base-content | oklch(21% .006 285.885) |
--color-info-content | oklch(29% .066 243.157) |
--color-neutral-content | oklch(92% .004 286.32) |
--color-secondary-content | oklch(94% .028 342.258) |
--color-warning | oklch(82% .189 84.429) |
--color-gray-300 | oklch(87.2% .01 258.338) |
--color-secondary | oklch(65% .241 354.308) |
--color-base-300 | oklch(95% 0 0) |
--color-success | oklch(76% .177 163.223) |
--color-red-700 | oklch(50.5% .213 27.518) |
…and 60 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1220px - nav: 54px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: div.transition-all×2 → div.flex×7 → a.group×12 → button.group×6 → div.hidden×2 → div.mx-auto×2
Scroll reveal: 19 elements rest at translateY(10px), animate in over 1.2s cubic-bezier(0.4, 0, 0.2, 1).
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 426px · 550px · 576px · 600px · 768px · 896px
- mobile (390px): hero 14px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →