Crypto.com Mobile — Design System
Crypto.com Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/crypto-com-mobile.
Tokens
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
Export: DESIGN.md
# Crypto.com Mobile — Design System > dark, consumer, high — deep decode (measured live) Crypto.com Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default. ## Colors | 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; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `accent`, `link`, `button_bg` are all `#0B1327` — one role, not several (your 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. - **Page coverage** (full-page screenshot pixels): `#080D1B` 48.9% · `#21334E` 27.4% · `#364A67` 13.1% · `#7F9FBE` 10.6% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 84px / 550 · lh 92px · tracking -1.68px | | h2 | 56px / 550 · tracking -0.28px | | h3 | 40px / 550 · lh 40px · tracking -0.2px | | body | 18px / 550 | | small | 16px / 600 · lh 20px · tracking 0.8px | - Weight ladder: 400 · 500 · 550 · 600 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 8px, 10px, 12px, 16px, 17px, 18px, 24px, 28px, 30px — snap all gaps/padding to these - section rhythm: 128px top/bottom padding per section (measured) ## Radius - base: 12px - button: 12px - card: 16px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#1199FA` / `#000000` | none | 10px | 12px 24px 12px 24px | 400 16px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` ## Motion - durations: 300ms (dominant) · 200ms · 1200ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)` - animated properties: color, background-color, border-color, outline-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 | |-------|-------| | `--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)` | | `--color-warning-content` | `oklch(41% .112 45.904)` | | `--color-white` | `#fff` | _…and 58 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1220px · common grid: 2-col - nav: 54px sticky · bg #080D1B | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 54 | 1194 | — | — | 0/0 | — | | 1248 | 858 | 2 | 40 | 64/128 | — | | 2106 | 1102 | 2 | — | 128/160 | 75/25 | ## Motion choreography (measured) Load order: `div.transition-all`×2 @0ms → `div.flex`×7 @1ms → `a.group`×12 @1ms → `button.group`×6 @1ms → `div.hidden`×2 @1ms → `div.mx-auto`×2 @1ms - scroll reveal: 19 elements rest at translateY(10px), animate in over 1.2s cubic-bezier(0.4, 0, 0.2, 1) (18 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 32px 32px 32px 32px · r 16px · bg rgba(0, 0, 0, 0) - hover: font-weight `400` · letter-spacing `normal` · transform `matrix(1, 0, 0, 1, 0, -20)` - disabled: bg rgba(0, 0, 0, 0) · text #000000 ## Responsive (measured) - breakpoints: 426px · 550px · 576px · 600px · 768px · 896px - mobile (390px): hero 14px · 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/ds/crypto-com-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #0B1327 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #0B1327;
--color-surface: #192133;
--color-border: #2F3647;
--color-text: #FFFFFF;
--color-text-muted: #A2A5AC;
--color-primary: #0B1327; /* primary brand / action color. */
--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. */
--color-link: #0B1327; /* inline text links — shares the action color. */
--color-button-bg: #0B1327; /* primary-button fill — the main call-to-action color. */
--color-button-text: #0B1327;
/* measured weights: 400, 500, 550, 600 — use these, not 400/600 */
--text-hero: 84px; --font-weight-hero: 550; --leading-hero: 92px; --tracking-hero: -1.68px;
--text-h2: 56px; --font-weight-h2: 550; --tracking-h2: -0.28px;
--text-h3: 40px; --font-weight-h3: 550; --leading-h3: 40px; --tracking-h3: -0.2px;
--text-body: 18px; --font-weight-body: 550;
--text-small: 16px; --font-weight-small: 600; --leading-small: 20px; --tracking-small: 0.8px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 16px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--outline-focus: 1px auto rgb(16, 16, 16); /* measured focus ring */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 200ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--duration-slow: 1200ms;
--section-y: 128px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 10, 12, 16, 17, 18, 24, 28, 30px */
}Export: CSS variables
:root {
/* action color #0B1327 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #0B1327;
--surface: #192133;
--border: #2F3647;
--text: #FFFFFF;
--text-muted: #A2A5AC;
--primary: #0B1327; /* primary brand / 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. */
--link: #0B1327; /* inline text links — shares the action color. */
--button-bg: #0B1327; /* primary-button fill — the main call-to-action color. */
--button-text: #0B1327;
--text-hero: 84px; --weight-hero: 550; --leading-hero: 92px; --tracking-hero: -1.68px;
--text-h2: 56px; --weight-h2: 550; --tracking-h2: -0.28px;
--text-h3: 40px; --weight-h3: 550; --leading-h3: 40px; --tracking-h3: -0.2px;
--text-body: 18px; --weight-body: 550;
--text-small: 16px; --weight-small: 600; --leading-small: 20px; --tracking-small: 0.8px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 16px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--focus-ring: 1px auto rgb(16, 16, 16);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 200ms;
--duration-base: 300ms;
--duration-slow: 1200ms;
--section-y: 128px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--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);
--color-warning-content: oklch(41% .112 45.904);
--color-white: #fff;
}