Colors

Foundations

Colors

Near-monochrome with a single blue accent. The system ships full dark and light themes; dark is the default. Tokens are CSS custom properties (--c-*) that flip with the theme.

Token Dark Light
bg-primary #0A0A0A #FFFFFF
bg-surface #111111 #FAFAFA
bg-elevated #1F1F1F #F2F2F2
text-primary #EDEDED #171717
text-secondary #A1A1A1 #666666
text-tertiary #757575 #8F8F8F
accent #52A8FF #0070F3
accent-hover #83C3FF #0761D1
border #2E2E2E #E2E2E2
separator #1C1C1C #EFEFEF
success #62C073 #297A3B
warning #F5A623 #A35200
error #FF6166 #CB2A2F
info #BF7AF0 #8E4EC6

Rules

  • One accent. Blue marks interaction; nothing else gets a hue.
  • success / warning / error / info are for status, never decoration.
  • Surfaces step bg-primary → bg-surface → bg-elevated; don't skip levels.
  • Solid interactive fills use --primary: #0070F3 in both themes; accent is the per-theme text blue.

Swatches with print values (RGB, CMYK, PMS) live on the brand page; tokens ship as CSS + JSON in the color swatches download.

Markdown for agents: /design/colors.md · spec: /design.md