Skip to content
Palettise
Back to Explore

Mid-Century Noir

by Ines Duval·Generated from prompt
complementarywarm
4.0(4)

Design Direction

Darker, moodier version — teak brown, charcoal, brass accents, feels like a dimly-lit showroom

Colour Strategy

complementary harmony from hue 35 with warm temperature

Typography Strategy

Righteous headings paired with Nunito Sans body text

Colour Palette

primary

#c79652

secondary

#5d84bb

accent

#82cd4c

neutral

#918d88

success

#4ace91

warning

#daa13e

error

#ce4a4a

info

#4a7dce

Typography

Heading

Righteous, sans-serif

View on Google Fonts ↗

Body

Nunito Sans, 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.

Selection colour · highlighted text looks like this · try selecting any text on this page

Spacing

4px base unit · balanced density

xs
4px
sm
8px
md
16px
lg
24px
xl
32px
2xl
48px
3xl
64px
4xl
96px

Border radius

none

0px

sm

4px

md

10px

lg

18px

xl

28px

full

9999px

Elevation

sunken
base
raised
floating
overlay

Shadows

low

0 2px 8px rgba(0, 0, 0, 0.4), 0 0 4px rgba(199, 150, 82, 0.1)

mid

0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(199, 150, 82, 0.15)

high

0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(199, 150, 82, 0.2)

glow

Texture

grain · opacity 0.07 · overlay blend

grain · overlay · 0.07

Grid

balanced · 12 columns · 24px gutter · 40px margin · 1280px max

Columns12
Gutter24px
Margin40px
Max width1280px

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

Material Symbols

Comprehensive icon system with variable weight and fill

Browse Material Symbols

Also consider LucideClean geometric icons with consistent stroke weight

Stroke weight

1.5px

Matches border width (1.5px)

Corner rounding

4px

Use for icon containers

Icon set preview (edgy) — 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.

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: #f9f8f6;
  --color-primary-100: #f0eeea;
  --color-primary-200: #e8e0d4;
  --color-primary-300: #e4ccaa;
  --color-primary-400: #d7b484;
  --color-primary-500: #c79652;
  --color-primary-600: #ad7d38;
  --color-primary-700: #8e662e;
  --color-primary-800: #614e33;
  --color-primary-900: #3e372d;
  --color-primary-950: #29251e;

  /* ─── Colors: Secondary ─── */
  --color-secondary-50: #f6f7f8;
  --color-secondary-100: #ebedef;
  --color-secondary-200: #d6dce6;
  --color-secondary-300: #b0c3de;
  --color-secondary-400: #8ca8cf;
  --color-secondary-500: #5d84bb;
  --color-secondary-600: #446ba2;
  --color-secondary-700: #385885;
  --color-secondary-800: #38475c;
  --color-secondary-900: #2f343c;
  --color-secondary-950: #1f2328;

  /* ─── Colors: Accent ─── */
  --color-accent-50: #f7f9f6;
  --color-accent-100: #edf0ea;
  --color-accent-200: #dce9d3;
  --color-accent-300: #c2e6a7;
  --color-accent-400: #a6db80;
  --color-accent-500: #82cd4c;
  --color-accent-600: #68b332;
  --color-accent-700: #569329;
  --color-accent-800: #466331;
  --color-accent-900: #343f2d;
  --color-accent-950: #232a1e;

  /* ─── Colors: Neutral ─── */
  --color-neutral-50: #f8f7f7;
  --color-neutral-100: #eeedec;
  --color-neutral-200: #dfdedd;
  --color-neutral-300: #c9c7c5;
  --color-neutral-400: #b1aeaa;
  --color-neutral-500: #918d88;
  --color-neutral-600: #77746e;
  --color-neutral-700: #625f5b;
  --color-neutral-800: #4d4a47;
  --color-neutral-900: #383633;
  --color-neutral-950: #252422;

  /* ─── 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: #11100e;
  --color-foreground: #e7e6e4;
  --color-card: #1e1d1a;
  --color-card-foreground: #e7e6e4;
  --color-muted: #282724;
  --color-muted-foreground: #989590;
  --color-border: #302f2c;
  --color-input: #252422;
  --color-ring: #d19847;

  /* ─── Typography ─── */
  --font-heading: Righteous, sans-serif;
  --font-body: Nunito Sans, 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: 18px;
  --radius-md: 10px;
  --radius-sm: 4px;
  --radius-xl: 28px;
  --radius-full: 9999px;
  --radius-none: 0px;

  /* ─── Shadows ─── */
  --shadow-low: 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 4px rgba(199, 150, 82, 0.1);
  --shadow-mid: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(199, 150, 82, 0.15);
  --shadow-high: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(199, 150, 82, 0.2);
  --shadow-glow: 0 0 40px rgba(199, 150, 82, 0.3), 0 0 80px rgba(199, 150, 82, 0.15);

  /* ─── 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: #060505;
  --elevation-base: #0e0d0c;
  --elevation-raised: #211f1c;
  --elevation-floating: #322f2a;
  --elevation-overlay: #48433d;

  /* ─── Component Scale (balanced) ─── */
  --comp-padding-x: 1rem;
  --comp-padding-y: 0.5rem;
  --comp-gap: 0.75rem;
  --comp-border-width: 1.5px;
  --comp-font-size: 0.875rem;
  --comp-input-height: 2.5rem;
  --comp-button-height: 2.5rem;
  --comp-icon-size: 1.25rem;

  /* ─── Grid (balanced) ─── */
  --grid-columns: 12;
  --grid-gutter: 24px;
  --grid-margin: 40px;
  --grid-max-width: 1280px;

  /* ─── Selection ─── */
  --selection-bg: #ad7d38;
  --selection-fg: #FFFFFF;
}
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.