Skip to content
Palettise
Back to Explore

Verdant Protocol

by Rob Harnetty·Generated from prompt
split-complementarycool
0.0(0)
Photo by Katrin Hauf on Unsplash

Design Direction

This system exists in a world where the infrastructure is still running but nature has infiltrated the codebase. Dark surfaces with high-contrast green glows, mesh textures suggesting circuit paths overgrown with roots, and cinematic motion that is slow enough to feel deliberate but never decorative. The design does not romanticize the collapse. It documents it.

Colour Strategy

The primary is a toxic, desaturated jungle green — the color of something alive reclaiming concrete. Its split complements are a corroded amber-rust and a bruised magenta, both at lower saturation so they read as stains and embers rather than alerts. The tension between the green and the rust is analogous to a nature-versus-infrastructure conflict: neither is winning cleanly. Surfaces stay near-black to push all three hues into glow territory.

Typography Strategy

Chakra Petch has a geometric sharpness that reads as technical infrastructure, but its letterforms carry subtle organic irregularity at display sizes. Wide tracking at 0.08em spreads the heading across the grid like a broadcast signal. Crimson Pro as body is deliberate friction: a humanist serif in a machine context implies something was written, not generated. The 1.414 ratio gives dramatic headline jumps with compressed mid-levels, fitting a dense, layered information environment.

Colour Palette

primary

#5abe90

secondary

#b9895f

accent

#c95088

neutral

#88918d

success

#4ace97

warning

#daab3e

error

#ce534a

info

#4a97ce

Typography

Heading

Chakra Petch, sans-serif

View on Google Fonts ↗

Body

Crimson Pro, 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 2px 8px rgba(0, 0, 0, 0.4), 0 0 4px rgba(90, 190, 144, 0.1)

mid

0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(90, 190, 144, 0.15)

high

0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(90, 190, 144, 0.2)

glow

Texture

mesh · opacity 1 · normal blend

mesh · 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

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

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 (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: #f6f8f7;
  --color-primary-100: #ebefed;
  --color-primary-200: #d5e7de;
  --color-primary-300: #aedfc9;
  --color-primary-400: #8ad1b0;
  --color-primary-500: #5abe90;
  --color-primary-600: #41a576;
  --color-primary-700: #358861;
  --color-primary-800: #375d4b;
  --color-primary-900: #2f3d36;
  --color-primary-950: #1f2824;

  /* ─── Colors: Secondary ─── */
  --color-secondary-50: #f8f7f6;
  --color-secondary-100: #efedeb;
  --color-secondary-200: #e6ddd6;
  --color-secondary-300: #ddc5b1;
  --color-secondary-400: #ceab8d;
  --color-secondary-500: #b9895f;
  --color-secondary-600: #a07046;
  --color-secondary-700: #845c39;
  --color-secondary-800: #5b4938;
  --color-secondary-900: #3c352f;
  --color-secondary-950: #28231f;

  /* ─── Colors: Accent ─── */
  --color-accent-50: #f9f6f7;
  --color-accent-100: #f0eaed;
  --color-accent-200: #e8d3dd;
  --color-accent-300: #e4a9c5;
  --color-accent-400: #d883ab;
  --color-accent-500: #c95088;
  --color-accent-600: #af366f;
  --color-accent-700: #902d5b;
  --color-accent-800: #613348;
  --color-accent-900: #3e2d35;
  --color-accent-950: #291e23;

  /* ─── Colors: Neutral ─── */
  --color-neutral-50: #f7f8f7;
  --color-neutral-100: #eceeed;
  --color-neutral-200: #dddfde;
  --color-neutral-300: #c5c9c7;
  --color-neutral-400: #aab1ae;
  --color-neutral-500: #88918d;
  --color-neutral-600: #6e7773;
  --color-neutral-700: #5b625f;
  --color-neutral-800: #474d4a;
  --color-neutral-900: #333836;
  --color-neutral-950: #222524;

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

  /* ─── Colors: Surface ─── */
  --color-background: #0e110f;
  --color-foreground: #e4e7e6;
  --color-card: #1a1e1c;
  --color-card-foreground: #e4e7e6;
  --color-muted: #242826;
  --color-muted-foreground: #909894;
  --color-border: #2c302e;
  --color-input: #222524;
  --color-ring: #47d191;

  /* ─── Typography ─── */
  --font-heading: Chakra Petch, sans-serif;
  --font-body: Crimson Pro, 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 2px 8px rgba(0, 0, 0, 0.4), 0 0 4px rgba(90, 190, 144, 0.1);
  --shadow-mid: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(90, 190, 144, 0.15);
  --shadow-high: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(90, 190, 144, 0.2);
  --shadow-glow: 0 0 40px rgba(90, 190, 144, 0.3), 0 0 80px rgba(90, 190, 144, 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: #050605;
  --elevation-base: #0c0e0d;
  --elevation-raised: #1c211f;
  --elevation-floating: #2a322e;
  --elevation-overlay: #3d4843;

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

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