Notion Mobile — design system & UI screens
A personal wiki detail page showing a user profile header with banner image and avatar, followed by organized content sections (Growth, Personal) containing linked items like Notes, Journal, Workout Tracker, Nutrition Plan, Finances, Wish List, and Travel. The layout uses hierarchical typography with emojis as category icons. Official Google Play listing screenshot.
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/notion-mobile.
Decoded design system
Notion Mobile's decoded design system: background #FFFFFF, text #000000, accent #1A7EE1, link #1A7EE1, primary #1A7EE1; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #1A7EE1 — 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 | #1A7EE1 |
| accent | #1A7EE1 |
| link | #1A7EE1 |
| button_bg | #1A7EE1 |
| button_text | #FFFFFF |
Using these colors
- Action color
#1A7EE1— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#1A7EE1— one role, not several (the action color).- accent
#1A7EE1— 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: 3px, 4px, 5px, 6px, 8px, 10px, 12px, 14px, 15px, 16px
Radii
- base: 12px
- button: 12px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.42, 0, 1, 1).
- durations: 200ms · 150ms · 600ms
- easings:
cubic-bezier(0.42, 0, 1, 1)·ease-in-out - animated properties: background-color, color, text-decoration-color, -webkit-text-decoration-color
Native design tokens
| Token | Value |
|---|---|
--border-color-regular | rgb(0 0 0/8%) |
--text-color-extra-light | rgb(0 0 0/20%) |
--text-color-light | rgb(0 0 0/40%) |
--text-color-medium | rgb(0 0 0/60%) |
--text-color-dark | rgb(17 17 17/100%) |
--text-color-regular | rgb(4 4 4/100%) |
--color-gray-100 | #f9f9f8 |
--color-gray-200 | #f6f5f4 |
--color-gray-300 | #dfdcd9 |
--color-gray-400 | #a39e98 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#005BAB - primary focus: background
#005BAB· outline2px solid rgb(0, 117, 222)
Layout (measured)
- container max-width:
1230px - nav: 64px relative
- common grid: 2 columns
Motion choreography (measured)
Load order: div.Agent_agentMarkEnterWrap×4 → div.Agent_agentTaskEnterWrap×6 → div.Agent_agentGraphicEnterW×6 → div.Marquee_marquee__jTJ0o → span.homepageHeroTeamsAndAgen×2 → div.dropdownFooterContent_fo
Responsive (measured)
- breakpoints: 440px · 600px · 712px · 800px · 840px · 1080px
- mobile (390px): hero 42px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →