Design Direction
Darker industrial take on the brewery — steel greys, matte black, copper highlights
Colour Strategy
complementary harmony from hue 20 with warm temperature
Typography Strategy
Bebas Neue headings paired with Roboto body text
Colour Palette
primary
#c77952
secondary
#5d9cbb
accent
#a2cd4c
neutral
#918b88
success
#4ace91
warning
#daa13e
error
#ce4a4a
info
#4a7dce
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.
Selection colour · highlighted text looks like this · try selecting any text on this page
Spacing
2px base unit · compact density
Border radius
none
0px
sm
2px
md
5px
lg
10px
xl
16px
full
9999px
Elevation
Shadows
0 2px 8px rgba(0, 0, 0, 0.4), 0 0 4px rgba(199, 121, 82, 0.1)
0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(199, 121, 82, 0.15)
0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(199, 121, 82, 0.2)
Texture
grain · opacity 0.07 · overlay blend
Grid
compact · 12 columns · 16px gutter · 24px margin · 1280px 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
Tabler Icons
Developer-friendly icons with a consistent grid system
Browse Tabler Icons ↗Also consider Radix Icons — Minimal, precise icons for component-driven design systems
Stroke weight
2.25px
Matches border width (1px)
Corner rounding
2px
Use for icon containers
Icon set preview (edgy) — 2.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: #f9f7f6;
--color-primary-100: #f0ecea;
--color-primary-200: #e8dad4;
--color-primary-300: #e4bdaa;
--color-primary-400: #d7a084;
--color-primary-500: #c77952;
--color-primary-600: #ad5f38;
--color-primary-700: #8e4e2e;
--color-primary-800: #614233;
--color-primary-900: #3e332d;
--color-primary-950: #29221e;
/* ─── Colors: Secondary ─── */
--color-secondary-50: #f6f8f8;
--color-secondary-100: #ebeeef;
--color-secondary-200: #d6e1e6;
--color-secondary-300: #b0cfde;
--color-secondary-400: #8cb8cf;
--color-secondary-500: #5d9cbb;
--color-secondary-600: #4482a2;
--color-secondary-700: #386b85;
--color-secondary-800: #38505c;
--color-secondary-900: #2f383c;
--color-secondary-950: #1f2528;
/* ─── Colors: Accent ─── */
--color-accent-50: #f8f9f6;
--color-accent-100: #eef0ea;
--color-accent-200: #e2e9d3;
--color-accent-300: #d1e6a7;
--color-accent-400: #bddb80;
--color-accent-500: #a2cd4c;
--color-accent-600: #88b332;
--color-accent-700: #709329;
--color-accent-800: #526331;
--color-accent-900: #393f2d;
--color-accent-950: #262a1e;
/* ─── Colors: Neutral ─── */
--color-neutral-50: #f8f7f7;
--color-neutral-100: #eeedec;
--color-neutral-200: #dfdddd;
--color-neutral-300: #c9c6c5;
--color-neutral-400: #b1acaa;
--color-neutral-500: #918b88;
--color-neutral-600: #77716e;
--color-neutral-700: #625d5b;
--color-neutral-800: #4d4947;
--color-neutral-900: #383533;
--color-neutral-950: #252322;
/* ─── Colors: Semantic ─── */
--color-success: #4ace91;
--color-success-light: #202d27;
--color-warning: #daa13e;
--color-warning-light: #2e281e;
--color-error: #ce4a4a;
--color-error-light: #2d2020;
--color-info: #4a7dce;
--color-info-light: #20252d;
/* ─── Colors: Surface ─── */
--color-background: #110f0e;
--color-foreground: #e7e5e4;
--color-card: #1e1c1a;
--color-card-foreground: #e7e5e4;
--color-muted: #282624;
--color-muted-foreground: #989290;
--color-border: #302e2c;
--color-input: #252322;
--color-ring: #d17547;
/* ─── Typography ─── */
--font-heading: Bebas Neue, sans-serif;
--font-body: Roboto, sans-serif;
--font-mono: JetBrains Mono, monospace;
/* ─── Spacing ─── */
--space-lg: 14px;
--space-md: 10px;
--space-sm: 5px;
--space-xl: 19px;
--space-xs: 2px;
--space-2xl: 29px;
--space-3xl: 38px;
--space-4xl: 58px;
/* ─── Border Radius ─── */
--radius-lg: 10px;
--radius-md: 5px;
--radius-sm: 2px;
--radius-xl: 16px;
--radius-full: 9999px;
--radius-none: 0px;
/* ─── Shadows ─── */
--shadow-low: 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 4px rgba(199, 121, 82, 0.1);
--shadow-mid: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(199, 121, 82, 0.15);
--shadow-high: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(199, 121, 82, 0.2);
--shadow-glow: 0 0 40px rgba(199, 121, 82, 0.3), 0 0 80px rgba(199, 121, 82, 0.15);
/* ─── 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: #060505;
--elevation-base: #0e0c0c;
--elevation-raised: #211e1c;
--elevation-floating: #322d2a;
--elevation-overlay: #48413d;
/* ─── Component Scale (compact) ─── */
--comp-padding-x: 0.75rem;
--comp-padding-y: 0.375rem;
--comp-gap: 0.5rem;
--comp-border-width: 1px;
--comp-font-size: 0.875rem;
--comp-input-height: 2rem;
--comp-button-height: 2rem;
--comp-icon-size: 1rem;
/* ─── Grid (compact) ─── */
--grid-columns: 12;
--grid-gutter: 16px;
--grid-margin: 24px;
--grid-max-width: 1280px;
/* ─── Selection ─── */
--selection-bg: #ad5f38;
--selection-fg: #FFFFFF;
}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.