Monday Mobile — decoded design system
Monday 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.
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/monday.com.
Decoded design system
Monday Mobile's decoded design system: background #FFFFFF, text #000000, accent #00C875, link #333333, primary #00C875; type scale h1 128px / h2 96px / body 14px; 4px spacing base; 12px base radius. The single interactive/action color is #6161FF — 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 | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #00C875 |
| accent | #00C875 |
| link | #333333 |
| button_bg | #6161FF |
| button_text | #FFFFFF |
Using these colors
- Action color
#6161FF— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#00C875— one role, not several (the action color).- accent
#00C875— accent for emphasis — keep it rare on the page. - link
#333333— reads as a neutral UI color, not a link accent — verify against the reference (action = #6161FF).
Typography
- Heading: Poppins
- Body: Poppins
- h1: 128px
- h2: 96px
- body: 14px
Spacing
- base unit: 4px
- scale: 8px, 10px, 12px, 14px, 16px, 20px, 24px, 32px, 40px, 48px
Radii
- base: 12px
- button: 160px
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
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/monday.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/monday.theme.ts https://mozaika.design/api/astryx/decode/monday.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Monday Mobile")
Export: DESIGN.md
# Monday Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#00C875` | | accent | `#00C875` | | link | `#333333` | | button_bg | `#6161FF` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#6161FF` — 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 `#00C875` — one role, not several. - **accent** `#00C875` — accent for emphasis — keep it rare on the page. - **link** `#333333` — reads as a neutral UI color, not a link accent — verify against the reference (action = #6161FF). - **Page coverage** (full-page screenshot pixels): `#FFFFFF` 84.1% · `#E3D6D5` 4.8% · `#B3A1A5` 3.5% · `#ACCAC9` 3.5% ## Typography - Heading: **Poppins** - Body: **Poppins** | 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. > **Fonts —** Poppins — free, on Google. ## 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: 160px - 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/decode/monday.com
An automated reading of Monday Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with monday.com. No screenshots stored. Removal requests: hello@mozaika.design.