Zoom Mobile — Design System
Zoom 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/zoom-mobile.
Tokens
Zoom Mobile's decoded design system: background #FFFFFF, text #010204, accent #0E6BDD, link #0E6BDD, primary #0E6BDD; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #0E6BDD — 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 | #D8D9D9 |
| text | #010204 |
| text_muted | #616263 |
| primary | #0E6BDD |
| accent | #0E6BDD |
| link | #0E6BDD |
| button_bg | #0E6BDD |
| button_text | #FFFFFF |
Using these colors
- Action color
#0E6BDD— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#0E6BDD— one role, not several (the action color).- accent
#0E6BDD— 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, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 30px, 32px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px - overlay:
rgba(0, 0, 0, 0.07) 0px 9px 80px 0px, rgba(0, 0, 0, 0.04) 0px 2.01px 17.869px 0px, rgba(0, 0, 0, 0.03) 0px 0.599px 5.32px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 600ms · 350ms
- easings:
ease·ease-in-out - animated properties: transform, box-shadow, background, opacity
Button states (measured)
- primary hover: border
1px solid rgba(11, 92, 255, 0.047)· backgroundrgba(11, 92, 255, 0.62) - primary focus: outline
1px auto rgb(17, 17, 17)
Layout (measured)
- container max-width:
1110px - nav: 78px fixed
- common grid: 12 columns
Motion choreography (measured)
Load order: div.fdn-zdcm-feature-accordi → div.fdn-zdcm-feature-accordi → div.fdn-logo-slide__slides → button.nav-sidebar__accordion-b → div.custom-swiper-slider__wr → div.custom-swiper-slider__na
Scroll reveal: 1 elements rest at opacity 0, animate in over 300ms.
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 426px · 550px · 600px · 768px · 896px · 1024px
- mobile (390px): hero 34px · nav inline
Export: DESIGN.md
# Zoom Mobile — Design System > light, consumer, high — deep decode (measured live) Zoom 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 | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D9D9` | | text | `#010204` | | text_muted | `#616263` | | primary | `#0E6BDD` | | accent | `#0E6BDD` | | link | `#0E6BDD` | | button_bg | `#0E6BDD` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#0E6BDD` — 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 `#0E6BDD` — one role, not several (your action color). - **accent** `#0E6BDD` — 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): `#FFFFFF` 27.7% · `#10307F` 22.2% · `#5C7AC4` 17.7% · `#071138` 14.8% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 54px / 500 · lh 60px | | h2 | 46px / 500 · lh 52px | | h3 | 32px / 500 · lh 38px | | body | 14px / 400 · lh 17px | | small | 12px / 400 · lh 14px | | eyebrow | 11px / 600 · tracking 2.28px | - Weight ladder: 400 · 450 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 30px, 32px — snap all gaps/padding to these - section rhythm: 60px top/bottom padding per section (measured) ## Radius - base: 12px - button: 12px - card: 8px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#0B5CFF` / `#FFFFFF` | 1px solid rgb(11, 92, 255) | 12px | 4px 20px 4px 20px | 600 14px | none | **States (measured, not guessed)** - primary hover: border `1px solid rgba(11, 92, 255, 0.047)` · background `rgba(11, 92, 255, 0.62)` - primary focus: outline `1px auto rgb(17, 17, 17)` - transition: `all 0.5s ease` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` - overlay: `rgba(0, 0, 0, 0.07) 0px 9px 80px 0px, rgba(0, 0, 0, 0.04) 0px 2.01px 17.869px 0px, rgba(0, 0, 0, 0.03) 0px 0.599px 5.32px 0px` ## Motion - durations: 300ms (dominant) · 600ms · 350ms - easings: `ease` (dominant) · `ease-in-out` - animated properties: transform, box-shadow, background, opacity Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Layout (measured) - container max 1110px · common grid: 12-col - nav: 78px fixed | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 1032 | — | — | 78/0 | — | | 878 | 305 | — | — | 0/0 | — | | 1032 | 1004 | 12 | 40 | 100/0 | — | | 2036 | 637 | 12 | 40 | 80/60 | — | | 2673 | 839 | 12 | 40 | 60/60 | — | | 2898 | 534 | 5 | 40 | 0/0 | 19/24/16/10/30 | | 3512 | 254 | 2 | — | 60/60 | — | | 3766 | 1069 | 12 | 40 | 0/0 | — | ## Motion choreography (measured) Load order: `div.fdn-zdcm-feature-accordi` @0ms → `div.fdn-zdcm-feature-accordi` @0ms → `div.fdn-logo-slide__slides` @0ms → `button.nav-sidebar__accordion-b` @1005ms → `div.custom-swiper-slider__wr` @1005ms → `div.custom-swiper-slider__na` @1005ms - `div.fdn-logo-slide__slides` — transform translateX(0px)→translateX(-50%) — 20000ms · loops - scroll reveal: 1 elements rest at opacity 0, animate in over 300ms (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) - link: #0B5CFF · underline ## Responsive (measured) - breakpoints: 426px · 550px · 600px · 768px · 896px · 1024px - mobile (390px): hero 34px · 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/zoom-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #0E6BDD — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #EFEFEF;
--color-border: #D8D9D9;
--color-text: #010204;
--color-text-muted: #616263;
--color-primary: #0E6BDD; /* primary brand / action color. */
--color-accent: #0E6BDD; /* 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: #0E6BDD; /* inline text links — shares the action color. */
--color-button-bg: #0E6BDD; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 450, 500, 600, 700 — use these, not 400/600 */
--text-hero: 54px; --font-weight-hero: 500; --leading-hero: 60px;
--text-h2: 46px; --font-weight-h2: 500; --leading-h2: 52px;
--text-h3: 32px; --font-weight-h3: 500; --leading-h3: 38px;
--text-body: 14px; --font-weight-body: 400; --leading-body: 17px;
--text-small: 12px; --font-weight-small: 400; --leading-small: 14px;
--text-eyebrow: 11px; --font-weight-eyebrow: 600; --tracking-eyebrow: 2.28px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 8px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.07) 0px 9px 80px 0px, rgba(0, 0, 0, 0.04) 0px 2.01px 17.869px 0px, rgba(0, 0, 0, 0.03) 0px 0.599px 5.32px 0px;
--color-btn-hover: rgba(11, 92, 255, 0.62); /* measured primary hover fill */
--outline-focus: 1px auto rgb(17, 17, 17); /* measured focus ring */
--ease-brand: ease;
--duration-fast: 300ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 350ms;
--duration-slow: 600ms;
--section-y: 60px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 8, 10, 12, 16, 20, 24, 30, 32px */
}Export: CSS variables
:root {
/* action color #0E6BDD — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #EFEFEF;
--border: #D8D9D9;
--text: #010204;
--text-muted: #616263;
--primary: #0E6BDD; /* primary brand / action color. */
--accent: #0E6BDD; /* 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: #0E6BDD; /* inline text links — shares the action color. */
--button-bg: #0E6BDD; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 54px; --weight-hero: 500; --leading-hero: 60px;
--text-h2: 46px; --weight-h2: 500; --leading-h2: 52px;
--text-h3: 32px; --weight-h3: 500; --leading-h3: 38px;
--text-body: 14px; --weight-body: 400; --leading-body: 17px;
--text-small: 12px; --weight-small: 400; --leading-small: 14px;
--text-eyebrow: 11px; --weight-eyebrow: 600; --tracking-eyebrow: 2.28px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 8px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.07) 0px 9px 80px 0px, rgba(0, 0, 0, 0.04) 0px 2.01px 17.869px 0px, rgba(0, 0, 0, 0.03) 0px 0.599px 5.32px 0px;
--btn-bg-hover: rgba(11, 92, 255, 0.62);
--focus-ring: 1px auto rgb(17, 17, 17);
--ease: ease;
--duration-fast: 300ms;
--duration-base: 350ms;
--duration-slow: 600ms;
--section-y: 60px;
}