The Kit/Palettes

Ink & Poster

Painted, illustrated shades: deep oil-blue canvas, warm bone ink, ember lead with gold, teal and plum supports. Built for solid cel-step shading, never glow.

  • --bgoklch(0.26 0.032 240)
  • --surfaceoklch(0.3 0.036 240)
  • --surface-2oklch(0.215 0.03 240)
  • --inkoklch(0.945 0.012 85)
  • --ink-dimoklch(0.79 0.02 85)
  • --accentoklch(0.66 0.14 45)
  • --accent-2oklch(0.78 0.11 85)
  • --goodoklch(0.72 0.1 160)
  • --warnoklch(0.78 0.11 85)
  • --badoklch(0.58 0.18 25)
palette.css
/* Ink & Poster - this site's v4 system: solid shading steps, no glow. */
[data-palette="ink-poster"] {
  --bg: oklch(0.26 0.032 240);
  --surface: oklch(0.3 0.036 240);
  --surface-2: oklch(0.215 0.03 240);
  --ink: oklch(0.945 0.012 85);
  --ink-dim: oklch(0.79 0.02 85);
  --accent: oklch(0.66 0.14 45);
  --accent-2: oklch(0.78 0.11 85);
  --good: oklch(0.72 0.1 160);
  --warn: oklch(0.78 0.11 85);
  --bad: oklch(0.58 0.18 25);
}
← The whole kit