Whimsical — Design System
The full decoded design system for Whimsical: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.
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/whimsical.
Tokens
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
Per-section tokens (9)
- Hero — light · bg #F2F3F7 · text #252968 · 1 col · left
- Logo Wall — dark · bg #8490D1 · text #182D9F · 1 col · left
- Banner — light · bg #F7F7F7 · 1 col · center
- Feature — light · bg #F7F7F7 · text #908CBD · 2 col · left
- Feature — light · bg #F7F7F7 · text #7B7CA4 · 2 col · split
- Bento Grid — light · bg #F7F7F7 · text #65657E · 3 col · split
- Feature — light · bg #F7F7F7 · text #DAD4E3 · 2 col · split
- CTA / Sign-up — light · bg #C1CFE1 · text #424986 · 1 col · left
- Footer — light · bg #E1E1E2 · text #182D58 · 1 col · left
Export: DESIGN.md
# Whimsical — Design System > light, playful, high, custom — deep decode (measured live) ## Colors | 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; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `link`, `button_bg` are all `#250835` — one role, not several (your 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. - **Page coverage** (full-page screenshot pixels): `#BAA1CD` 47.6% · `#F3F3F7` 37.5% · `#2A1F4D` 9.2% · `#DFD7E1` 4.4% ## Typography - Heading: **Agrandir** _(free fallback: Newsreader)_ - Body: **Manrope** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 64px / 700 · lh 70px · tracking -0.64px | | h2 | 48px / 700 · lh 53px | | h3 | 24px / 700 · lh 26px · tracking -0.24px | | body | 16px / 500 · lh 22px | | small | 14px / 600 · lh 20px · tracking 0.14px | - Weight ladder: 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Agrandir may be proprietary — safe free fallback: Newsreader (Google Fonts). Manrope — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 8px, 11px, 12px, 16px, 18px, 20px, 24px, 40px, 60px — snap all gaps/padding to these - section rhythm: 120px top/bottom padding per section (measured) ## Radius - base: 8px - button: 12px - card: 8px - sharp: 1px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(0, 0, 0, 0)` / `color(display-p3 0.133333 0.0392157 0.2)` | none | 12px | 0px 18px 0px 18px | 700 13px / 0.12px | rgba(37, 8, 53, 0.2) 0px 12px 16px -4px | | secondary | `color(display-p3 0.133333 0.0392157 0.2)` / `#FFFFFF` | none | 12px | 4px 0px 4px 0px | 700 13px / 0.12px | none | **States (measured, not guessed)** - primary hover: background `rgba(34, 10, 51, 0.04)` - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `background-color 0.1s cubic-bezier(0.3, 0.1, 0, 1)` ## Shadows (elevation) - card: `rgba(37, 8, 53, 0.06) 0px 16px 32px -4px` - button: `rgba(37, 8, 53, 0.2) 0px 12px 16px -4px` - overlay: `rgba(0, 0, 0, 0.05) 0px 16px 40px 0px` ## Motion - durations: 200ms (dominant) · 800ms · 100ms - easings: `cubic-bezier(0.3, 0.1, 0, 1)` (dominant) · `cubic-bezier(0.23, 1.01, 0.6, 0.95)` - animated properties: transform, color, background-color, opacity 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 | |-------|-------| | `--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)` | | `--base-750` | `color(display-p3 .2666666667 .1921568627 .3215686275)` | | `--base-800` | `color(display-p3 .1333333333 .0392156863 .2)` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1080px · common grid: 2-col - nav: 84px fixed | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 1353 | — | — | 124/0 | — | | 1353 | 608 | — | — | 0/0 | — | | 1961 | 1520 | 2 | 20 | 0/40 | — | | 3481 | 1663 | 3 | — | 120/120 | — | ## Motion choreography (measured) Load order: `div._set1_q9d24_41`×2 @0ms → `section._logoTicker_q9d24_19`×2 @323ms - scroll reveal: 2 elements rest at translateY(40px), animate in over 1.2s cubic-bezier(0.23, 1.01, 0.6, 0.95) (2 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 375px · 420px · 479px · 720px · 860px · 992px - mobile (390px): hero 32px · body 16px · nav: inline ## 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/whimsical
Export: Tailwind v4 (@theme)
@theme {
/* action color #250835 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #F7F7F8;
--color-surface: #E8E8E9;
--color-border: #D3D3D4;
--color-text: #0A0A0B;
--color-text-muted: #646465;
--color-primary: #E9BDED; /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #250835). */
--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. */
--color-link: #250835; /* inline text links — shares the action color. */
--color-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. */
--color-button-bg: #250835; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* fonts: Agrandir may be proprietary — safe free fallback: Newsreader (Google Fonts). Manrope — free, on Google. */
--font-heading: "Agrandir", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Manrope", system-ui, -apple-system, 'Segoe UI', sans-serif;
/* measured weights: 500, 600, 700 — use these, not 400/600 */
--text-hero: 64px; --font-weight-hero: 700; --leading-hero: 70px; --tracking-hero: -0.64px;
--text-h2: 48px; --font-weight-h2: 700; --leading-h2: 53px;
--text-h3: 24px; --font-weight-h3: 700; --leading-h3: 26px; --tracking-h3: -0.24px;
--text-body: 16px; --font-weight-body: 500; --leading-body: 22px;
--text-small: 14px; --font-weight-small: 600; --leading-small: 20px; --tracking-small: 0.14px;
--radius-base: 8px;
--radius-button: 12px;
--radius-card: 8px;
--radius-sharp: 1px;
--shadow-card: rgba(37, 8, 53, 0.06) 0px 16px 32px -4px;
--shadow-overlay: rgba(0, 0, 0, 0.05) 0px 16px 40px 0px;
--color-btn-hover: rgba(34, 10, 51, 0.04); /* measured primary hover fill */
--outline-focus: 1px auto rgb(16, 16, 16); /* measured focus ring */
--ease-brand: cubic-bezier(0.3, 0.1, 0, 1);
--duration-fast: 100ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 200ms;
--duration-slow: 800ms;
--section-y: 120px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 11, 12, 16, 18, 20, 24, 40, 60px */
}Export: CSS variables
:root {
/* action color #250835 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #F7F7F8;
--surface: #E8E8E9;
--border: #D3D3D4;
--text: #0A0A0B;
--text-muted: #646465;
--primary: #E9BDED; /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #250835). */
--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. */
--link: #250835; /* inline text links — shares the action color. */
--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. */
--button-bg: #250835; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--font-heading: "Agrandir", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Manrope", system-ui, -apple-system, 'Segoe UI', sans-serif;
--text-hero: 64px; --weight-hero: 700; --leading-hero: 70px; --tracking-hero: -0.64px;
--text-h2: 48px; --weight-h2: 700; --leading-h2: 53px;
--text-h3: 24px; --weight-h3: 700; --leading-h3: 26px; --tracking-h3: -0.24px;
--text-body: 16px; --weight-body: 500; --leading-body: 22px;
--text-small: 14px; --weight-small: 600; --leading-small: 20px; --tracking-small: 0.14px;
--radius: 8px;
--radius-button: 12px;
--radius-card: 8px;
--radius-sharp: 1px;
--shadow-card: rgba(37, 8, 53, 0.06) 0px 16px 32px -4px;
--shadow-overlay: rgba(0, 0, 0, 0.05) 0px 16px 40px 0px;
--btn-bg-hover: rgba(34, 10, 51, 0.04);
--focus-ring: 1px auto rgb(16, 16, 16);
--ease: cubic-bezier(0.3, 0.1, 0, 1);
--duration-fast: 100ms;
--duration-base: 200ms;
--duration-slow: 800ms;
--section-y: 120px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--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);
--base-750: color(display-p3 .2666666667 .1921568627 .3215686275);
--base-800: color(display-p3 .1333333333 .0392156863 .2);
}
/* fonts: Agrandir may be proprietary — safe free fallback: Newsreader (Google Fonts). Manrope — free, on Google. */