Monday Mobile — Design System
Monday 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/monday-mobile.
Tokens
Monday Mobile's decoded design system: background #FFFFFF, text #E13F57, accent #00C875, link #00C875, primary #00C875; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #00C875 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #FDF3F4 |
| border | #FAE2E5 |
| text | #E13F57 |
| text_muted | #EC8796 |
| primary | #00C875 |
| accent | #00C875 |
| link | #00C875 |
| button_bg | #00C875 |
| button_text | #FFFFFF |
Using these colors
- Action color
#00C875— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#00C875— one role, not several (the action color).- accent
#00C875— 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: 8px, 10px, 12px, 14px, 16px, 20px, 24px, 32px, 40px, 48px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.1) 0px 0px 20px 0px - overlay:
rgba(0, 0, 0, 0.1) 0px 20px 40px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 250ms · 400ms
- easings:
ease·linear - animated properties: transform, opacity, background-color
Native design tokens
| Token | Value |
|---|---|
--black | #000 |
--purple | #6161ff |
--light | #f0f3ff |
--dark-green | #025231 |
--green | #00ca72 |
--white | #fff |
--text-color--white | #fff |
--dev--light | #bcfe90 |
--dark-blue-crm | #0c86ab |
--turquoise | #00d2d2 |
…and 66 more measured on the page.
Button states (measured)
- primary hover: background
#452AEA - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- nav: 72px sticky
Motion choreography (measured)
Load order: img.hero-sbs-cm → img.hero-sbs-cm → a.m_button → a.m_button → a.m_button → a.m_button
Scroll reveal: 17 elements rest at opacity 0, animate in over 0.5s ease.
Overlay recipe (measured)
dialog panel: #FFFFFF · radius 20px
Responsive (measured)
- breakpoints: 479px · 768px · 991px · 1230px · 1600px · 1919px
- mobile (390px): hero 56px · nav hamburger
Export: DESIGN.md
# Monday Mobile — Design System > light, consumer, high — deep decode (measured live) Monday 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 | `#FDF3F4` | | border | `#FAE2E5` | | text | `#E13F57` | | text_muted | `#EC8796` | | primary | `#00C875` | | accent | `#00C875` | | link | `#00C875` | | button_bg | `#00C875` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#00C875` — 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 `#00C875` — one role, not several (your action color). - **accent** `#00C875` — 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` 84.1% · `#E3D6D5` 4.8% · `#B3A1A5` 3.5% · `#ACCAC9` 3.5% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 128px / 500 · lh 102px · tracking -5.12px | | h2 | 96px / 500 · lh 96px · tracking -3.84px | | h3 | 56px / 400 · lh 67px · tracking -1.68px | | body | 14px / 400 · lh 20px | | small | 13px / 300 · lh 20px | - Weight ladder: 300 · 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 8px, 10px, 12px, 14px, 16px, 20px, 24px, 32px, 40px, 48px — snap all gaps/padding to these - section rhythm: 96px top/bottom padding per section (measured) ## Radius - base: 12px - button: 12px - card: 24px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#6161FF` / `#FFFFFF` | 1px solid rgb(97, 97, 255) | 160px | 12px 16px 12px 16px | 300 13px | none | | secondary | `rgba(0, 0, 0, 0)` / `#6161FF` | 1px solid rgb(97, 97, 255) | 80px | 12px 16px 12px 16px | 300 13px | none | **States (measured, not guessed)** - primary hover: background `#452AEA` - primary focus: outline `1px auto rgb(16, 16, 16)` - secondary hover: background `#6161FF` · color `#FFFFFF` - transition: `background-color 0.3s cubic-bezier(0.515, 0.147, 0.25, 1)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.1) 0px 0px 20px 0px` - overlay: `rgba(0, 0, 0, 0.1) 0px 20px 40px 0px` ## Motion - durations: 300ms (dominant) · 250ms · 400ms - easings: `ease` (dominant) · `linear` - animated properties: transform, opacity, 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 | |-------|-------| | `--black` | `#000` | | `--purple` | `#6161ff` | | `--light` | `#f0f3ff` | | `--dark-green` | `#025231` | | `--green` | `#00ca72` | | `--white` | `#fff` | | `--text-color--white` | `#fff` | | `--dev--light` | `#bcfe90` | | `--dark-blue-crm` | `#0c86ab` | | `--turquoise` | `#00d2d2` | | `--crm--primary` | `#00d2d2` | | `--secondary` | `#676879` | _…and 64 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - nav: 72px sticky · bg #FFFFFF | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 72 | 552 | — | — | 0/0 | — | | 624 | 249 | — | — | 0/0 | — | | 873 | 791 | — | — | 0/0 | — | | 1664 | 1059 | — | — | 0/0 | — | | 2723 | 2410 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `img.hero-sbs-cm` @0ms → `img.hero-sbs-cm` @0ms → `a.m_button` @0ms → `a.m_button` @0ms → `a.m_button` @0ms → `a.m_button` @0ms - `div.marquee-logos_track` — transform translateX(0px)→translateX(-1275px) — 21250ms · loops - `div.hp-agents_marquee-conten` ×2 — transform translateX(0px)→translateX(calc(-100% - 12px)) — 20000ms · loops - scroll reveal: 17 elements rest at opacity 0, animate in over 0.5s ease (0 revealed during the drive). - overlay dialog (auto-opened): panel #FFFFFF · r 20px · shadow rgba(0, 0, 0, 0.1) 0px 15px 45px 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #333333 · no underline ## Responsive (measured) - breakpoints: 479px · 768px · 991px · 1230px · 1600px · 1919px - mobile (390px): hero 56px · 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/ds/monday-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #00C875 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #FDF3F4;
--color-border: #FAE2E5;
--color-text: #E13F57;
--color-text-muted: #EC8796;
--color-primary: #00C875; /* primary brand / action color. */
--color-accent: #00C875; /* 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: #00C875; /* inline text links — shares the action color. */
--color-button-bg: #00C875; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 300, 400, 500, 600 — use these, not 400/600 */
--text-hero: 128px; --font-weight-hero: 500; --leading-hero: 102px; --tracking-hero: -5.12px;
--text-h2: 96px; --font-weight-h2: 500; --leading-h2: 96px; --tracking-h2: -3.84px;
--text-h3: 56px; --font-weight-h3: 400; --leading-h3: 67px; --tracking-h3: -1.68px;
--text-body: 14px; --font-weight-body: 400; --leading-body: 20px;
--text-small: 13px; --font-weight-small: 300; --leading-small: 20px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 24px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.1) 0px 20px 40px 0px;
--color-btn-hover: #452AEA; /* measured primary hover fill */
--outline-focus: 1px auto rgb(16, 16, 16); /* measured focus ring */
--ease-brand: ease;
--duration-fast: 250ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--duration-slow: 400ms;
--section-y: 96px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 8, 10, 12, 14, 16, 20, 24, 32, 40, 48px */
}Export: CSS variables
:root {
/* action color #00C875 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #FDF3F4;
--border: #FAE2E5;
--text: #E13F57;
--text-muted: #EC8796;
--primary: #00C875; /* primary brand / action color. */
--accent: #00C875; /* 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: #00C875; /* inline text links — shares the action color. */
--button-bg: #00C875; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 128px; --weight-hero: 500; --leading-hero: 102px; --tracking-hero: -5.12px;
--text-h2: 96px; --weight-h2: 500; --leading-h2: 96px; --tracking-h2: -3.84px;
--text-h3: 56px; --weight-h3: 400; --leading-h3: 67px; --tracking-h3: -1.68px;
--text-body: 14px; --weight-body: 400; --leading-body: 20px;
--text-small: 13px; --weight-small: 300; --leading-small: 20px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 24px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.1) 0px 20px 40px 0px;
--btn-bg-hover: #452AEA;
--focus-ring: 1px auto rgb(16, 16, 16);
--ease: ease;
--duration-fast: 250ms;
--duration-base: 300ms;
--duration-slow: 400ms;
--section-y: 96px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--black: #000;
--purple: #6161ff;
--light: #f0f3ff;
--dark-green: #025231;
--green: #00ca72;
--white: #fff;
--text-color--white: #fff;
--dev--light: #bcfe90;
--dark-blue-crm: #0c86ab;
--turquoise: #00d2d2;
--crm--primary: #00d2d2;
--secondary: #676879;
}