Skip to content
Palettise
Back to Explore

Midnight Vault

by Marcus Webb·Generated from prompt
complementarycool
3.8(6)

Design Direction

Dark mode banking — charcoal with electric blue highlights, feels secure and high-end

Colour Strategy

complementary harmony from hue 215 with cool temperature

Typography Strategy

Plus Jakarta Sans headings paired with Inter body text

Colour Palette

primary

#5b84bd

secondary

#b39365

accent

#9557c2

neutral

#888b91

success

#4ace91

warning

#daa13e

error

#ce4a4a

info

#4a7dce

Typography

Heading

Plus Jakarta Sans, sans-serif

View on Google Fonts ↗

Body

Inter, 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

2px base unit · compact density

xs
2px
sm
5px
md
10px
lg
14px
xl
19px
2xl
29px
3xl
38px
4xl
58px

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(91, 132, 189, 0.1)

mid

0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(91, 132, 189, 0.15)

high

0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(91, 132, 189, 0.2)

glow

Texture

grain · opacity 0.07 · overlay blend

grain · overlay · 0.07

Grid

dense · 16 columns · 12px gutter · 16px margin · 1440px max

Columns16
Gutter12px
Margin16px
Max width1440px

Motion

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

micro

50ms

Button press feedback
fast

100ms

Hover me
Colour & border transitions
normal

180ms

Toggles & state changes
slow

250ms

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

400ms

Page transitions & loading states

Easings

General

Hover states, colour changes, most transitions

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

Enter

Elements appearing - modals, dropdowns, toasts

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

Exit

Elements leaving - dismissals, close animations

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

Bounce

Playful feedback - toggles, badges, confirmations

cubic-bezier(0.34, 1.56, 0.64, 1)

Spring

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 Material SymbolsComprehensive icon system with variable weight and fill

Stroke weight

1.5px

Matches border width (1.5px)

Corner rounding

4px

Use for icon containers

Icon set preview (corporate) — 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: #f6f7f8;
  --color-primary-100: #ebedef;
  --color-primary-200: #d5dce6;
  --color-primary-300: #afc3df;
  --color-primary-400: #8ba8d0;
  --color-primary-500: #5b84bd;
  --color-primary-600: #426ba4;
  --color-primary-700: #365886;
  --color-primary-800: #37475d;
  --color-primary-900: #2f343c;
  --color-primary-950: #1f2328;

  /* ─── Colors: Secondary ─── */
  --color-secondary-50: #f8f7f7;
  --color-secondary-100: #efedeb;
  --color-secondary-200: #e5dfd7;
  --color-secondary-300: #dacab4;
  --color-secondary-400: #c9b292;
  --color-secondary-500: #b39365;
  --color-secondary-600: #9a794c;
  --color-secondary-700: #7e643e;
  --color-secondary-800: #594c3b;
  --color-secondary-900: #3b3630;
  --color-secondary-950: #272420;

  /* ─── Colors: Accent ─── */
  --color-accent-50: #f8f6f8;
  --color-accent-100: #eeebf0;
  --color-accent-200: #dfd5e7;
  --color-accent-300: #cbade1;
  --color-accent-400: #b487d4;
  --color-accent-500: #9557c2;
  --color-accent-600: #7c3da8;
  --color-accent-700: #66328a;
  --color-accent-800: #4d355f;
  --color-accent-900: #372e3d;
  --color-accent-950: #251f29;

  /* ─── 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: #888b91;
  --color-neutral-600: #6e7277;
  --color-neutral-700: #5b5e62;
  --color-neutral-800: #47494d;
  --color-neutral-900: #333538;
  --color-neutral-950: #222325;

  /* ─── 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: #0e0f11;
  --color-foreground: #e4e5e7;
  --color-card: #1a1c1e;
  --color-card-foreground: #e4e5e7;
  --color-muted: #242628;
  --color-muted-foreground: #909398;
  --color-border: #2c2e30;
  --color-input: #222425;
  --color-ring: #4781d1;

  /* ─── Typography ─── */
  --font-heading: Plus Jakarta Sans, sans-serif;
  --font-body: Inter, 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: 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(91, 132, 189, 0.1);
  --shadow-mid: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(91, 132, 189, 0.15);
  --shadow-high: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(91, 132, 189, 0.2);
  --shadow-glow: 0 0 40px rgba(91, 132, 189, 0.3), 0 0 80px rgba(91, 132, 189, 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: #050506;
  --elevation-base: #0c0d0e;
  --elevation-raised: #1c1e21;
  --elevation-floating: #2a2d32;
  --elevation-overlay: #3d4148;

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

  /* ─── Grid (dense) ─── */
  --grid-columns: 16;
  --grid-gutter: 12px;
  --grid-margin: 16px;
  --grid-max-width: 1440px;

  /* ─── Selection ─── */
  --selection-bg: #426ba4;
  --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.