Skip to content
Palettise
Back to Explore

Client: Heritage Wines

by Hannah Lindström·Generated from prompt
split-complementarywarm
3.8(4)

Design Direction

Luxury wine label — deep burgundy, gold foil effect, serif typography, timeless elegance

Colour Strategy

split-complementary harmony from hue 340 with warm temperature

Typography Strategy

Playfair Display headings paired with Source Sans 3 body text

Colour Palette

primary

#d14775

secondary

#55c368

accent

#41bfd8

neutral

#91888b

success

#20c578

warning

#d48d11

error

#c52020

info

#205fc5

Typography

Heading

Playfair Display, serif

View on Google Fonts ↗

Body

Source Sans 3, sans-serif

View on Google Fonts ↗

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

xs
7px
sm
14px
md
29px
lg
43px
xl
58px
2xl
86px
3xl
115px
4xl
173px

Border radius

none

0px

sm

4px

md

10px

lg

18px

xl

28px

full

9999px

Elevation

sunken
base
raised
floating
overlay

Shadows

low

0 1px 3px rgba(209, 71, 117, 0.08), 0 1px 2px rgba(209, 71, 117, 0.06)

mid

0 4px 6px -1px rgba(209, 71, 117, 0.1), 0 2px 4px -2px rgba(209, 71, 117, 0.08)

high

0 20px 25px -5px rgba(209, 71, 117, 0.12), 0 8px 10px -6px rgba(209, 71, 117, 0.08)

Texture

dots · opacity 1 · normal blend

dots · normal · 1

Grid

editorial · 8 columns · 32px gutter · 80px margin · 1200px max

Columns8
Gutter32px
Margin80px
Max width1200px

Motion

Hover, click, and interact to see the motion tokens in action.

micro

100ms

Button press feedback
fast

200ms

Hover me
Colour & border transitions
normal

400ms

Toggles & state changes
slow

600ms

Panel content slides in at the slow duration - used for modals, drawers, and accordions.
glacial

800ms

Page transitions & loading states

Easings

General

Hover states, colour changes, most transitions

cubic-bezier(0.65, 0, 0.35, 1)

Enter

Elements appearing - modals, dropdowns, toasts

cubic-bezier(0.33, 0, 0, 1)

Exit

Elements leaving - dismissals, close animations

cubic-bezier(0.67, 0, 1, 0.67)

Bounce

Playful feedback - toggles, badges, confirmations

cubic-bezier(0.22, 1.6, 0.36, 1)

Spring

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

Remix Icon

Expressive icons bridging outlined and filled styles

Browse Remix Icon

Also consider Material SymbolsComprehensive icon system with variable weight and fill

Stroke weight

1.25px

Matches border width (1.5px)

Corner rounding

4px

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.

Upgrade to Pro

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.

Upgrade to Pro

Export

Code Tokens
:root {
  /* ─── Colors: Primary ─── */
  --color-primary-50: #f9f6f7;
  --color-primary-100: #f0eaec;
  --color-primary-200: #ead2da;
  --color-primary-300: #e9a5bc;
  --color-primary-400: #de7c9d;
  --color-primary-500: #d14775;
  --color-primary-600: #b82e5c;
  --color-primary-700: #97264b;
  --color-primary-800: #652f41;
  --color-primary-900: #3f2c32;
  --color-primary-950: #2a1d22;

  /* ─── Colors: Secondary ─── */
  --color-secondary-50: #f6f8f7;
  --color-secondary-100: #ebf0eb;
  --color-secondary-200: #d4e7d7;
  --color-secondary-300: #ace2b5;
  --color-secondary-400: #86d593;
  --color-secondary-500: #55c368;
  --color-secondary-600: #3caa4e;
  --color-secondary-700: #318c40;
  --color-secondary-800: #355f3c;
  --color-secondary-900: #2e3d30;
  --color-secondary-950: #1f2920;

  /* ─── Colors: Accent ─── */
  --color-accent-50: #f6f8f9;
  --color-accent-100: #eaf0f1;
  --color-accent-200: #d1e7eb;
  --color-accent-300: #a2e0ec;
  --color-accent-400: #78d1e3;
  --color-accent-500: #41bfd8;
  --color-accent-600: #27a5be;
  --color-accent-700: #20889d;
  --color-accent-800: #2d5d67;
  --color-accent-900: #2b3d40;
  --color-accent-950: #1d282b;

  /* ─── Colors: Neutral ─── */
  --color-neutral-50: #f8f7f7;
  --color-neutral-100: #eeeced;
  --color-neutral-200: #dfdddd;
  --color-neutral-300: #c9c5c6;
  --color-neutral-400: #b1aaac;
  --color-neutral-500: #91888b;
  --color-neutral-600: #776e71;
  --color-neutral-700: #625b5d;
  --color-neutral-800: #4d4749;
  --color-neutral-900: #383335;
  --color-neutral-950: #252223;

  /* ─── 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: #1c1719;
  --color-card: #FFFFFF;
  --color-card-foreground: #1c1719;
  --color-muted: #f3f2f2;
  --color-muted-foreground: #6b6164;
  --color-border: #e7e4e5;
  --color-input: #e2dfdf;
  --color-ring: #d14775;

  /* ─── 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: 18px;
  --radius-md: 10px;
  --radius-sm: 4px;
  --radius-xl: 28px;
  --radius-full: 9999px;
  --radius-none: 0px;

  /* ─── Shadows ─── */
  --shadow-low: 0 1px 3px rgba(209, 71, 117, 0.08), 0 1px 2px rgba(209, 71, 117, 0.06);
  --shadow-mid: 0 4px 6px -1px rgba(209, 71, 117, 0.1), 0 2px 4px -2px rgba(209, 71, 117, 0.08);
  --shadow-high: 0 20px 25px -5px rgba(209, 71, 117, 0.12), 0 8px 10px -6px rgba(209, 71, 117, 0.08);

  /* ─── 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: #f0eff0;
  --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: 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 DocumentsPro

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.