Jardin Secret
Design Direction
Garden restaurant area — botanical greens, blush pink, delicate, French countryside feel
Colour Strategy
split-complementary harmony from hue 135 with warm temperature
Typography Strategy
Comfortaa headings paired with Overpass body text
Colour Palette
primary
#47d16a
secondary
#a855c3
accent
#d84166
neutral
#88918a
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
4px
md
10px
lg
18px
xl
28px
full
9999px
Elevation
Shadows
0 1px 2px rgba(71, 209, 106, 0.02)
0 2px 4px rgba(71, 209, 106, 0.03)
0 4px 8px rgba(71, 209, 106, 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.
80ms
150ms
300ms
450ms
600ms
Easings
Hover states, colour changes, most transitions
cubic-bezier(0.4, 0, 0.2, 1)
Elements appearing - modals, dropdowns, toasts
cubic-bezier(0, 0, 0.2, 1)
Elements leaving - dismissals, close animations
cubic-bezier(0.4, 0, 1, 1)
Playful feedback - toggles, badges, confirmations
cubic-bezier(0.34, 1.4, 0.64, 1)
Physics-based - drag, gestures, elastic effects
cubic-bezier(0.25, 1.1, 0.5, 1)
Iconography
Icon style derived from the system's personality, mood, and visual tokens.
Recommended library
Remix Icon
Expressive icons bridging outlined and filled styles
Browse Remix Icon ↗Also consider Material Symbols — Comprehensive icon system with variable weight and fill
Stroke weight
1.75px
Matches border width (1.5px)
Corner rounding
4px
Use for icon containers
Icon set preview (organic) — 1.75px 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: #f6f9f7;
--color-primary-100: #eaf0ec;
--color-primary-200: #d2ead8;
--color-primary-300: #a5e9b6;
--color-primary-400: #7cde95;
--color-primary-500: #47d16a;
--color-primary-600: #2eb850;
--color-primary-700: #269742;
--color-primary-800: #2f653d;
--color-primary-900: #2c3f31;
--color-primary-950: #1d2a20;
/* ─── Colors: Secondary ─── */
--color-secondary-50: #f8f6f8;
--color-secondary-100: #eeebf0;
--color-secondary-200: #e3d4e7;
--color-secondary-300: #d4ace2;
--color-secondary-400: #c186d5;
--color-secondary-500: #a855c3;
--color-secondary-600: #8e3caa;
--color-secondary-700: #75318c;
--color-secondary-800: #55355f;
--color-secondary-900: #392e3d;
--color-secondary-950: #261f29;
/* ─── Colors: Accent ─── */
--color-accent-50: #f9f6f7;
--color-accent-100: #f1eaeb;
--color-accent-200: #ebd1d7;
--color-accent-300: #eca2b4;
--color-accent-400: #e37892;
--color-accent-500: #d84166;
--color-accent-600: #be274d;
--color-accent-700: #9d203f;
--color-accent-800: #672d3b;
--color-accent-900: #402b30;
--color-accent-950: #2b1d20;
/* ─── Colors: Neutral ─── */
--color-neutral-50: #f7f8f7;
--color-neutral-100: #eceeed;
--color-neutral-200: #dddfdd;
--color-neutral-300: #c5c9c6;
--color-neutral-400: #aab1ac;
--color-neutral-500: #88918a;
--color-neutral-600: #6e7770;
--color-neutral-700: #5b625c;
--color-neutral-800: #474d48;
--color-neutral-900: #333834;
--color-neutral-950: #222523;
/* ─── 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: #171c18;
--color-card: #FFFFFF;
--color-card-foreground: #171c18;
--color-muted: #f2f3f2;
--color-muted-foreground: #616b63;
--color-border: #e4e7e5;
--color-input: #dfe2e0;
--color-ring: #47d16a;
/* ─── Typography ─── */
--font-heading: Comfortaa, sans-serif;
--font-body: Overpass, 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: 18px;
--radius-md: 10px;
--radius-sm: 4px;
--radius-xl: 28px;
--radius-full: 9999px;
--radius-none: 0px;
/* ─── Shadows ─── */
--shadow-low: 0 1px 2px rgba(71, 209, 106, 0.02);
--shadow-mid: 0 2px 4px rgba(71, 209, 106, 0.03);
--shadow-high: 0 4px 8px rgba(71, 209, 106, 0.04);
/* ─── Motion ─── */
--duration-micro: 80ms;
--duration-fast: 150ms;
--duration-normal: 300ms;
--duration-slow: 450ms;
--duration-glacial: 600ms;
--easing-default: cubic-bezier(0.4, 0, 0.2, 1);
--easing-entrance: cubic-bezier(0, 0, 0.2, 1);
--easing-exit: cubic-bezier(0.4, 0, 1, 1);
--easing-bounce: cubic-bezier(0.34, 1.4, 0.64, 1);
--easing-spring: cubic-bezier(0.25, 1.1, 0.5, 1);
/* ─── Elevation ─── */
--elevation-sunken: #eff0ef;
--elevation-base: #fafafa;
--elevation-raised: #FFFFFF;
--elevation-floating: #FFFFFF;
--elevation-overlay: #fcfdfc;
/* ─── Component Scale (generous) ─── */
--comp-padding-x: 1.5rem;
--comp-padding-y: 0.75rem;
--comp-gap: 1.25rem;
--comp-border-width: 1.5px;
--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.