Maison Blanche
Design Direction
Luxury boutique hotel — warm ivory, gold accents, elegant serifs, understated opulence
Colour Strategy
analogous harmony from hue 40 with warm temperature
Typography Strategy
Playfair Display headings paired with Source Sans 3 body text
Colour Palette
primary
#d1a347
secondary
#b1c355
accent
#73d841
neutral
#918e88
success
#20c578
warning
#d48d11
error
#c52020
info
#205fc5
Typography
Design is intelligence made visible
Great typography is the foundation of great design. The pairing of heading and body typefaces creates a visual hierarchy that guides the reader through content with clarity and purpose, while expressing personality at every level.
Spacing
7px base unit · generous density
Border radius
none
0px
sm
2px
md
5px
lg
10px
xl
16px
full
9999px
Elevation
Shadows
0 1px 2px rgba(209, 163, 71, 0.02)
0 2px 4px rgba(209, 163, 71, 0.03)
0 4px 8px rgba(209, 163, 71, 0.04)
Texture
dots · opacity 1 · normal blend
Grid
editorial · 8 columns · 32px gutter · 80px margin · 1200px max
Motion
Hover, click, and interact to see the motion tokens in action.
100ms
200ms
400ms
600ms
800ms
Easings
Hover states, colour changes, most transitions
cubic-bezier(0.65, 0, 0.35, 1)
Elements appearing - modals, dropdowns, toasts
cubic-bezier(0.33, 0, 0, 1)
Elements leaving - dismissals, close animations
cubic-bezier(0.67, 0, 1, 0.67)
Playful feedback - toggles, badges, confirmations
cubic-bezier(0.22, 1.6, 0.36, 1)
Physics-based - drag, gestures, elastic effects
cubic-bezier(0.16, 1.3, 0.3, 1)
Iconography
Icon style derived from the system's personality, mood, and visual tokens.
Recommended library
Material Symbols
Comprehensive icon system with variable weight and fill
Browse Material Symbols ↗Also consider Remix Icon — Expressive icons bridging outlined and filled styles
Stroke weight
1.25px
Matches border width (1px)
Corner rounding
2px
Use for icon containers
Icon set preview (luxury) — 1.25px stroke
Size scale
xs
12px
sm
16px
md
20px
lg
24px
xl
32px
On colour
primary
secondary
accent
muted
error
success
ComponentsPro
Component showcase is a Pro feature
Upgrade to see fully themed buttons, inputs, cards, badges, and more - all wired to this system's tokens.
PatternsPro
Patterns are a Pro feature
Upgrade to see fully themed form layouts, empty states, loading skeletons, and error handling - all built with this system's tokens.
Export
:root {
/* ─── Colors: Primary ─── */
--color-primary-50: #f9f8f6;
--color-primary-100: #f0eeea;
--color-primary-200: #eae2d2;
--color-primary-300: #e9d2a5;
--color-primary-400: #debe7c;
--color-primary-500: #d1a347;
--color-primary-600: #b88a2e;
--color-primary-700: #977126;
--color-primary-800: #65532f;
--color-primary-900: #3f392c;
--color-primary-950: #2a261d;
/* ─── Colors: Secondary ─── */
--color-secondary-50: #f8f8f6;
--color-secondary-100: #eff0eb;
--color-secondary-200: #e4e7d4;
--color-secondary-300: #d9e2ac;
--color-secondary-400: #c8d586;
--color-secondary-500: #b1c355;
--color-secondary-600: #97aa3c;
--color-secondary-700: #7d8c31;
--color-secondary-800: #585f35;
--color-secondary-900: #3b3d2e;
--color-secondary-950: #27291f;
/* ─── Colors: Accent ─── */
--color-accent-50: #f7f9f6;
--color-accent-100: #ecf1ea;
--color-accent-200: #d9ebd1;
--color-accent-300: #bbeca2;
--color-accent-400: #9be378;
--color-accent-500: #73d841;
--color-accent-600: #5abe27;
--color-accent-700: #4a9d20;
--color-accent-800: #40672d;
--color-accent-900: #32402b;
--color-accent-950: #212b1d;
/* ─── Colors: Neutral ─── */
--color-neutral-50: #f8f7f7;
--color-neutral-100: #eeedec;
--color-neutral-200: #dfdedd;
--color-neutral-300: #c9c8c5;
--color-neutral-400: #b1aeaa;
--color-neutral-500: #918e88;
--color-neutral-600: #77746e;
--color-neutral-700: #62605b;
--color-neutral-800: #4d4b47;
--color-neutral-900: #383633;
--color-neutral-950: #252422;
/* ─── Colors: Semantic ─── */
--color-success: #20c578;
--color-success-light: #eff6f2;
--color-warning: #d48d11;
--color-warning-light: #f7f3ee;
--color-error: #c52020;
--color-error-light: #f6efef;
--color-info: #205fc5;
--color-info-light: #eff1f6;
/* ─── Colors: Surface ─── */
--color-background: #fafafa;
--color-foreground: #1c1a17;
--color-card: #FFFFFF;
--color-card-foreground: #1c1a17;
--color-muted: #f3f3f2;
--color-muted-foreground: #6b6861;
--color-border: #e7e6e4;
--color-input: #e2e1df;
--color-ring: #d1a347;
/* ─── Typography ─── */
--font-heading: Playfair Display, serif;
--font-body: Source Sans 3, sans-serif;
--font-mono: JetBrains Mono, monospace;
/* ─── Spacing ─── */
--space-lg: 43px;
--space-md: 29px;
--space-sm: 14px;
--space-xl: 58px;
--space-xs: 7px;
--space-2xl: 86px;
--space-3xl: 115px;
--space-4xl: 173px;
/* ─── Border Radius ─── */
--radius-lg: 10px;
--radius-md: 5px;
--radius-sm: 2px;
--radius-xl: 16px;
--radius-full: 9999px;
--radius-none: 0px;
/* ─── Shadows ─── */
--shadow-low: 0 1px 2px rgba(209, 163, 71, 0.02);
--shadow-mid: 0 2px 4px rgba(209, 163, 71, 0.03);
--shadow-high: 0 4px 8px rgba(209, 163, 71, 0.04);
/* ─── Motion ─── */
--duration-micro: 100ms;
--duration-fast: 200ms;
--duration-normal: 400ms;
--duration-slow: 600ms;
--duration-glacial: 800ms;
--easing-default: cubic-bezier(0.65, 0, 0.35, 1);
--easing-entrance: cubic-bezier(0.33, 0, 0, 1);
--easing-exit: cubic-bezier(0.67, 0, 1, 0.67);
--easing-bounce: cubic-bezier(0.22, 1.6, 0.36, 1);
--easing-spring: cubic-bezier(0.16, 1.3, 0.3, 1);
/* ─── Elevation ─── */
--elevation-sunken: #f0f0ef;
--elevation-base: #fafafa;
--elevation-raised: #FFFFFF;
--elevation-floating: #FFFFFF;
--elevation-overlay: #fdfcfc;
/* ─── Component Scale (generous) ─── */
--comp-padding-x: 1.5rem;
--comp-padding-y: 0.75rem;
--comp-gap: 1.25rem;
--comp-border-width: 1px;
--comp-font-size: 0.875rem;
--comp-input-height: 3rem;
--comp-button-height: 3rem;
--comp-icon-size: 1.25rem;
/* ─── Grid (editorial) ─── */
--grid-columns: 8;
--grid-gutter: 32px;
--grid-margin: 80px;
--grid-max-width: 1200px;
}Brand Guidelines
Standalone HTML, print to PDF. Colours, typography, spacing, all in one page.
Presentation Deck
PPTX template with palette, typography, and blank slides in your brand.
Figma Tokens
JSON for Tokens Studio plugin. Import colours, type, spacing straight into Figma.
PDF Brand Guide
Full brand guidelines as a real PDF file. Colours and typography rendered exactly.
AI Skill
System prompt you can paste into Cursor or any AI tool to generate on-brand UI instantly.