Skip to content
Palettise
Back to Explore

Focus Mode

by Raj Mehta·Generated from prompt
analogouswarm
4.5(2)

Design Direction

Distraction-free study mode — dark background, reduced visual noise, warm reading light

Colour Strategy

analogous harmony from hue 220 with warm temperature

Typography Strategy

Urbanist headings paired with Red Hat Display body text

Colour Palette

primary

#5279c7

secondary

#6d5dbb

accent

#a24ccd

neutral

#888b91

success

#4ace91

warning

#daa13e

error

#ce4a4a

info

#4a7dce

Typography

Heading

Urbanist, sans-serif

View on Google Fonts ↗

Body

Red Hat Display, 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 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

dots · opacity 1 · normal blend

dots · normal · 1

Grid

compact · 12 columns · 16px gutter · 24px margin · 1280px max

Columns12
Gutter16px
Margin24px
Max width1280px

Motion

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

micro

80ms

Button press feedback
fast

150ms

Hover me
Colour & border transitions
normal

300ms

Toggles & state changes
slow

450ms

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

600ms

Page transitions & loading states

Easings

General

Hover states, colour changes, most transitions

cubic-bezier(0.4, 0, 0.2, 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.4, 0.64, 1)

Spring

Physics-based - drag, gestures, elastic effects

cubic-bezier(0.25, 1.1, 0.5, 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 Remix IconExpressive icons bridging outlined and filled styles

Stroke weight

1.25px

Matches border width (1.5px)

Corner rounding

4px

Use for icon containers

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

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: #d4dae8;
  --color-primary-300: #aabde4;
  --color-primary-400: #84a0d7;
  --color-primary-500: #5279c7;
  --color-primary-600: #385fad;
  --color-primary-700: #2e4e8e;
  --color-primary-800: #334261;
  --color-primary-900: #2d333e;
  --color-primary-950: #1e2229;

  /* ─── Colors: Secondary ─── */
  --color-secondary-50: #f7f6f8;
  --color-secondary-100: #ecebef;
  --color-secondary-200: #d8d6e6;
  --color-secondary-300: #b8b0de;
  --color-secondary-400: #978ccf;
  --color-secondary-500: #6d5dbb;
  --color-secondary-600: #5444a2;
  --color-secondary-700: #453885;
  --color-secondary-800: #3e385c;
  --color-secondary-900: #312f3c;
  --color-secondary-950: #211f28;

  /* ─── Colors: Accent ─── */
  --color-accent-50: #f8f6f9;
  --color-accent-100: #eeeaf0;
  --color-accent-200: #e2d3e9;
  --color-accent-300: #d1a7e6;
  --color-accent-400: #bd80db;
  --color-accent-500: #a24ccd;
  --color-accent-600: #8832b3;
  --color-accent-700: #702993;
  --color-accent-800: #523163;
  --color-accent-900: #392d3f;
  --color-accent-950: #261e2a;

  /* ─── Colors: Neutral ─── */
  --color-neutral-50: #f7f7f8;
  --color-neutral-100: #ecedee;
  --color-neutral-200: #dddddf;
  --color-neutral-300: #c5c6c9;
  --color-neutral-400: #aaacb1;
  --color-neutral-500: #888b91;
  --color-neutral-600: #6e7177;
  --color-neutral-700: #5b5d62;
  --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: #1a1b1e;
  --color-card-foreground: #e4e5e7;
  --color-muted: #242528;
  --color-muted-foreground: #909298;
  --color-border: #2c2d30;
  --color-input: #222325;
  --color-ring: #4775d1;

  /* ─── Typography ─── */
  --font-heading: Urbanist, sans-serif;
  --font-body: Red Hat Display, 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 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(82, 121, 199, 0.12);

  /* ─── Motion ─── */
  --duration-micro: 80ms;
  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --duration-slow: 450ms;
  --duration-glacial: 600ms;
  --easing-default: cubic-bezier(0.4, 0, 0.2, 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.4, 0.64, 1);
  --easing-spring: cubic-bezier(0.25, 1.1, 0.5, 1);

  /* ─── Elevation ─── */
  --elevation-sunken: #0a0a0b;
  --elevation-base: #111213;
  --elevation-raised: #1b1c1d;
  --elevation-floating: #252628;
  --elevation-overlay: #2c2d30;

  /* ─── 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 (compact) ─── */
  --grid-columns: 12;
  --grid-gutter: 16px;
  --grid-margin: 24px;
  --grid-max-width: 1280px;

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