Whimsical — design system & UI screens
Purple-gradient hero over a dense flowchart and mind-map canvas; design and document implementation with diagrams, wireframes and AI. Friendly, colorful, product-team focused.
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/whimsical.
Decoded design system
Whimsical's decoded design system: background #F7F7F8, text #0A0A0B, accent #250835, link #250835, primary #E9BDED; type scale h1 32px / h2 48px / body 16px; 4px spacing base; 8px base radius. The single interactive/action color is #250835 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F7F7F8 |
| surface | #E8E8E9 |
| border | #D3D3D4 |
| text | #0A0A0B |
| text_muted | #646465 |
| primary | #E9BDED |
| accent | #250835 |
| link | #250835 |
| secondary | #AB2FED |
| button_bg | #250835 |
| button_text | #FFFFFF |
Using these colors
- Action color
#250835— the single interactive color; only on things you click or must notice, never large fills. accent,link,button_bgare all#250835— one role, not several (the action color).- accent
#250835— 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. - primary
#E9BDED— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #250835). - secondary
#AB2FED— optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
Typography
- Heading: Agrandir
- Body: Manrope
- h1: 32px
- h2: 48px
- body: 16px
Spacing
- base unit: 4px
- scale: 4px, 8px, 11px, 12px, 16px, 18px, 20px, 24px, 40px, 60px
Radii
- base: 8px
- button: 12px
Shadow
rgba(37, 8, 53, 0.2) 0px 12px 16px -4px
Shadows (elevation)
- card:
rgba(37, 8, 53, 0.06) 0px 16px 32px -4px - overlay:
rgba(0, 0, 0, 0.05) 0px 16px 40px 0px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.3, 0.1, 0, 1).
- durations: 200ms · 800ms · 100ms
- easings:
cubic-bezier(0.3, 0.1, 0, 1)·cubic-bezier(0.23, 1.01, 0.6, 0.95) - animated properties: transform, color, background-color, opacity
Native design tokens
| Token | Value |
|---|---|
--base-0 | color(display-p3 .9843137255 .9803921569 .9882352941) |
--base-10 | color(display-p3 .968627451 .968627451 .9725490196) |
--base-50 | color(display-p3 .9607843137 .9568627451 .9607843137) |
--base-100 | color(display-p3 .9411764706 .9333333333 .9490196078) |
--base-200 | color(display-p3 .9176470588 .9019607843 .9294117647) |
--base-300 | color(display-p3 .8823529412 .862745098 .8980392157) |
--base-400 | color(display-p3 .7843137255 .7568627451 .8039215686) |
--base-500 | color(display-p3 .7254901961 .6901960784 .7490196078) |
--base-600 | color(display-p3 .5607843137 .5176470588 .5921568627) |
--base-700 | color(display-p3 .4078431373 .3607843137 .4392156863) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
rgba(34, 10, 51, 0.04) - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1080px - nav: 84px fixed
- common grid: 2 columns
Motion choreography (measured)
Load order: div._set1_q9d24_41×2 → section._logoTicker_q9d24_19×2
Scroll reveal: 2 elements rest at translateY(40px), animate in over 1.2s cubic-bezier(0.23, 1.01, 0.6, 0.95).
Responsive (measured)
- breakpoints: 375px · 420px · 479px · 720px · 860px · 992px
- mobile (390px): hero 32px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →