Pacific Monochrome
Design Direction
Clean photography portfolio, black and white with a single accent color, lots of whitespace
Colour Strategy
complementary harmony from hue 210 with cool temperature
Typography Strategy
Urbanist headings paired with Red Hat Display body text
Colour Palette
primary
#538cc6
secondary
#ba8c5e
accent
#8c4dcb
neutral
#888c91
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
none
none
none
Grid
compact · 12 columns · 16px gutter · 24px margin · 1280px 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 Lucide — Clean geometric icons with consistent stroke weight
Stroke weight
1.25px
Matches border width (1px)
Corner rounding
2px
Use for icon containers
Icon set preview (default) — 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: #f6f7f8;
--color-primary-100: #eaedf0;
--color-primary-200: #d4dee8;
--color-primary-300: #abc7e3;
--color-primary-400: #85add6;
--color-primary-500: #538cc6;
--color-primary-600: #3973ac;
--color-primary-700: #2f5e8e;
--color-primary-800: #344a60;
--color-primary-900: #2e363e;
--color-primary-950: #1e2429;
/* ─── Colors: Secondary ─── */
--color-secondary-50: #f8f7f6;
--color-secondary-100: #efedeb;
--color-secondary-200: #e6ded6;
--color-secondary-300: #ddc7b0;
--color-secondary-400: #cead8d;
--color-secondary-500: #ba8c5e;
--color-secondary-600: #a17345;
--color-secondary-700: #845e39;
--color-secondary-800: #5c4a38;
--color-secondary-900: #3c362f;
--color-secondary-950: #28241f;
/* ─── Colors: Accent ─── */
--color-accent-50: #f7f6f9;
--color-accent-100: #edeaf0;
--color-accent-200: #ded3e9;
--color-accent-300: #c7a8e6;
--color-accent-400: #ad81da;
--color-accent-500: #8c4dcb;
--color-accent-600: #7334b2;
--color-accent-700: #5e2a92;
--color-accent-800: #4a3262;
--color-accent-900: #362d3e;
--color-accent-950: #241e2a;
/* ─── Colors: Neutral ─── */
--color-neutral-50: #f7f7f8;
--color-neutral-100: #ecedee;
--color-neutral-200: #dddedf;
--color-neutral-300: #c5c7c9;
--color-neutral-400: #aaadb1;
--color-neutral-500: #888c91;
--color-neutral-600: #6e7377;
--color-neutral-700: #5b5e62;
--color-neutral-800: #474a4d;
--color-neutral-900: #333638;
--color-neutral-950: #222425;
/* ─── 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: #17191c;
--color-card: #FFFFFF;
--color-card-foreground: #17191c;
--color-muted: #f2f2f3;
--color-muted-foreground: #61666b;
--color-border: #e4e6e7;
--color-input: #dfe1e2;
--color-ring: #478cd1;
/* ─── Typography ─── */
--font-heading: Urbanist, sans-serif;
--font-body: Red Hat Display, 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: none;
--shadow-mid: none;
--shadow-high: none;
/* ─── 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: #f0f0f0;
--elevation-base: #fafafa;
--elevation-raised: #FFFFFF;
--elevation-floating: #FFFFFF;
--elevation-overlay: #fcfcfc;
/* ─── 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 (compact) ─── */
--grid-columns: 12;
--grid-gutter: 16px;
--grid-margin: 24px;
--grid-max-width: 1280px;
}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.