Skip to content
Palettise
Back to Explore
0.0(0)

Design Direction

The design philosophy is operational utility first. Every spacing and layout decision favors information density over breathing room. The dark surface mode is not aesthetic, it is functional for analysts working in low-light environments across long shifts. Elevation through subtle card layering separates content tiers without relying on strong color contrast that would fatigue the eye.

Colour Strategy

The interface is built on deep navy and near-black backgrounds, with electric cyan-blue as the primary interactive color. This pairing is standard in intelligence and data-monitoring products because the dark navy reduces eye fatigue during extended sessions, while the saturated cyan provides unambiguous affordance signals. The restrained palette keeps cognitive load low across dense tabular data.

Typography Strategy

Chakra Petch is a geometric condensed sans with a technical, quasi-military character that fits a surveillance and intelligence analysis product. IBM Plex Sans as the body font handles Chinese CJK characters well alongside Latin text, which is a hard requirement given the mixed-language content throughout the interface.

Colour Palette

primary

#4f7cc9

secondary

#5895c0

accent

#43a5d5

neutral

#888b91

success

#4ace97

warning

#daab3e

error

#ce5c4a

info

#4a8cce

Typography

Heading

Chakra Petch, sans-serif

View on Google Fonts ↗

Body

IBM Plex 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

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

2px

md

5px

lg

10px

xl

16px

full

9999px

Elevation

sunken
base
raised
floating
overlay

Shadows

low

0 1px 4px rgba(0, 0, 0, 0.3)

mid

0 4px 12px rgba(0, 0, 0, 0.4)

high

0 12px 28px rgba(0, 0, 0, 0.5)

glow

Texture

mesh · opacity 1 · normal blend

mesh · normal · 1

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 Radix IconsMinimal, precise icons for component-driven design systems

Stroke weight

1.5px

Matches border width (1px)

Corner rounding

2px

Use for icon containers

Icon set preview (technical) — 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: #f6f7f9;
  --color-primary-100: #eaecf0;
  --color-primary-200: #d3dbe8;
  --color-primary-300: #a9bfe5;
  --color-primary-400: #82a2d9;
  --color-primary-500: #4f7cc9;
  --color-primary-600: #3662b0;
  --color-primary-700: #2c5190;
  --color-primary-800: #324462;
  --color-primary-900: #2d333e;
  --color-primary-950: #1e2229;

  /* ─── Colors: Secondary ─── */
  --color-secondary-50: #f6f8f8;
  --color-secondary-100: #ebeef0;
  --color-secondary-200: #d5dfe7;
  --color-secondary-300: #aecbe0;
  --color-secondary-400: #89b4d2;
  --color-secondary-500: #5895c0;
  --color-secondary-600: #3f7ba7;
  --color-secondary-700: #346589;
  --color-secondary-800: #364d5e;
  --color-secondary-900: #2e373d;
  --color-secondary-950: #1f2529;

  /* ─── Colors: Accent ─── */
  --color-accent-50: #f6f8f9;
  --color-accent-100: #eaeef1;
  --color-accent-200: #d1e2eb;
  --color-accent-300: #a3d3eb;
  --color-accent-400: #79bfe1;
  --color-accent-500: #43a5d5;
  --color-accent-600: #2a8bbc;
  --color-accent-700: #22729a;
  --color-accent-800: #2e5366;
  --color-accent-900: #2b3940;
  --color-accent-950: #1d262b;

  /* ─── Colors: Neutral ─── */
  --color-neutral-50: #f7f7f8;
  --color-neutral-100: #ecedee;
  --color-neutral-200: #dddddf;
  --color-neutral-300: #c5c6c9;
  --color-neutral-400: #aaadb1;
  --color-neutral-500: #888b91;
  --color-neutral-600: #6e7277;
  --color-neutral-700: #5b5d62;
  --color-neutral-800: #47494d;
  --color-neutral-900: #333538;
  --color-neutral-950: #222325;

  /* ─── Colors: Semantic ─── */
  --color-success: #4ace97;
  --color-success-light: #202d27;
  --color-warning: #daab3e;
  --color-warning-light: #2e291e;
  --color-error: #ce5c4a;
  --color-error-light: #2d2120;
  --color-info: #4a8cce;
  --color-info-light: #20262d;

  /* ─── 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: #477ad1;

  /* ─── Typography ─── */
  --font-heading: Chakra Petch, sans-serif;
  --font-body: IBM Plex Sans, 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 1px 4px rgba(0, 0, 0, 0.3);
  --shadow-mid: 0 4px 12px rgba(0, 0, 0, 0.4);
  --shadow-high: 0 12px 28px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 20px rgba(79, 124, 201, 0.12);

  /* ─── 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: #070808;
  --elevation-base: #0e0f10;
  --elevation-raised: #1a1c1e;
  --elevation-floating: #26282b;
  --elevation-overlay: #35373b;

  /* ─── Component Scale (compact) ─── */
  --comp-padding-x: 8px;
  --comp-padding-y: 4px;
  --comp-gap: 4px;
  --comp-border-width: 1px;
  --comp-font-size: 12px;
  --comp-input-height: 28px;
  --comp-button-height: 28px;
  --comp-icon-size: 14px;

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

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