Indigo Thread
Design Direction
Denim-inspired — deep indigo, raw white, workwear energy, honest and unpretentious
Colour Strategy
complementary harmony from hue 230 with neutral temperature
Typography Strategy
Fraunces headings paired with Outfit body text
Colour Palette
primary
#596ac0
secondary
#b6a863
accent
#b253c5
neutral
#888991
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
4px base unit · balanced density
Border radius
none
0px
sm
2px
md
5px
lg
10px
xl
16px
full
9999px
Elevation
Shadows
0 1px 3px rgba(89, 106, 192, 0.08), 0 1px 2px rgba(89, 106, 192, 0.06)
0 4px 6px -1px rgba(89, 106, 192, 0.1), 0 2px 4px -2px rgba(89, 106, 192, 0.08)
0 20px 25px -5px rgba(89, 106, 192, 0.12), 0 8px 10px -6px rgba(89, 106, 192, 0.08)
Texture
dots · opacity 1 · normal blend
Grid
expansive · 6 columns · 48px gutter · 120px margin · 1600px max
Motion
Hover, click, and interact to see the motion tokens in action.
50ms
100ms
180ms
250ms
400ms
Easings
Hover states, colour changes, most transitions
cubic-bezier(0.2, 0, 0, 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.56, 0.64, 1)
Physics-based - drag, gestures, elastic effects
cubic-bezier(0.22, 1.2, 0.36, 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 Lucide — Clean geometric icons with consistent stroke weight
Stroke weight
1.5px
Matches border width (1px)
Corner rounding
2px
Use for icon containers
Icon set preview (default) — 1.5px 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: #f6f7f8;
--color-primary-100: #ebecf0;
--color-primary-200: #d5d8e7;
--color-primary-300: #aeb6e0;
--color-primary-400: #8995d2;
--color-primary-500: #596ac0;
--color-primary-600: #3f50a6;
--color-primary-700: #344289;
--color-primary-800: #363d5e;
--color-primary-900: #2e313d;
--color-primary-950: #1f2029;
/* ─── Colors: Secondary ─── */
--color-secondary-50: #f8f8f7;
--color-secondary-100: #efeeeb;
--color-secondary-200: #e5e3d7;
--color-secondary-300: #dbd4b3;
--color-secondary-400: #cbc190;
--color-secondary-500: #b6a863;
--color-secondary-600: #9c8e49;
--color-secondary-700: #80753c;
--color-secondary-800: #5a553a;
--color-secondary-900: #3b3930;
--color-secondary-950: #282620;
/* ─── Colors: Accent ─── */
--color-accent-50: #f8f6f8;
--color-accent-100: #efeaf0;
--color-accent-200: #e4d4e8;
--color-accent-300: #d9abe3;
--color-accent-400: #c885d6;
--color-accent-500: #b253c5;
--color-accent-600: #993aac;
--color-accent-700: #7d308d;
--color-accent-800: #593460;
--color-accent-900: #3b2e3e;
--color-accent-950: #271e29;
/* ─── Colors: Neutral ─── */
--color-neutral-50: #f7f7f8;
--color-neutral-100: #ecedee;
--color-neutral-200: #dddddf;
--color-neutral-300: #c5c5c9;
--color-neutral-400: #aaabb1;
--color-neutral-500: #888991;
--color-neutral-600: #6e7077;
--color-neutral-700: #5b5c62;
--color-neutral-800: #47484d;
--color-neutral-900: #333438;
--color-neutral-950: #222325;
/* ─── 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: #17181c;
--color-card: #FFFFFF;
--color-card-foreground: #17181c;
--color-muted: #f2f2f3;
--color-muted-foreground: #61636b;
--color-border: #e4e4e7;
--color-input: #dfdfe2;
--color-ring: #475ed1;
/* ─── Typography ─── */
--font-heading: Fraunces, serif;
--font-body: Outfit, sans-serif;
--font-mono: JetBrains Mono, monospace;
/* ─── Spacing ─── */
--space-lg: 24px;
--space-md: 16px;
--space-sm: 8px;
--space-xl: 32px;
--space-xs: 4px;
--space-2xl: 48px;
--space-3xl: 64px;
--space-4xl: 96px;
/* ─── 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 3px rgba(89, 106, 192, 0.08), 0 1px 2px rgba(89, 106, 192, 0.06);
--shadow-mid: 0 4px 6px -1px rgba(89, 106, 192, 0.1), 0 2px 4px -2px rgba(89, 106, 192, 0.08);
--shadow-high: 0 20px 25px -5px rgba(89, 106, 192, 0.12), 0 8px 10px -6px rgba(89, 106, 192, 0.08);
/* ─── Motion ─── */
--duration-micro: 50ms;
--duration-fast: 100ms;
--duration-normal: 180ms;
--duration-slow: 250ms;
--duration-glacial: 400ms;
--easing-default: cubic-bezier(0.2, 0, 0, 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.56, 0.64, 1);
--easing-spring: cubic-bezier(0.22, 1.2, 0.36, 1);
/* ─── Elevation ─── */
--elevation-sunken: #efeff0;
--elevation-base: #fafafa;
--elevation-raised: #FFFFFF;
--elevation-floating: #FFFFFF;
--elevation-overlay: #fcfcfd;
/* ─── Component Scale (balanced) ─── */
--comp-padding-x: 1rem;
--comp-padding-y: 0.5rem;
--comp-gap: 0.75rem;
--comp-border-width: 1px;
--comp-font-size: 0.875rem;
--comp-input-height: 2.5rem;
--comp-button-height: 2.5rem;
--comp-icon-size: 1.25rem;
/* ─── Grid (expansive) ─── */
--grid-columns: 6;
--grid-gutter: 48px;
--grid-margin: 120px;
--grid-max-width: 1600px;
}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.