Notebook UI — design system & UI screens
Analytics Dashboard in the Notebook theme — a shadcn/ui composition.
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/notebook-ui.
Decoded design system
Notebook UI's decoded design system: background #F9F9F9, text #3A3A3A, accent #606060, link #606060, primary #606060; type scale h1 36px / h2 24px / body 14px; 4px spacing base; 10px base radius. The single interactive/action color is #606060 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F9F9F9 |
| surface | #EDEDED |
| border | #DCDCDC |
| text | #3A3A3A |
| text_muted | #828282 |
| primary | #606060 |
| accent | #606060 |
| link | #606060 |
| button_bg | #606060 |
| button_text | #F0F0F0 |
Using these colors
- Action color
#606060— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#606060— one role, not several (the action color).- accent
#606060— 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
- Heading: Architects Daughter
- Body: Architects Daughter
- h1: 36px
- h2: 24px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px
Radii
- base: 10px
- button: 10px
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →