The Kit/Palettes

Foundry

Pale graphite with a violet undertone, one vibrant violet lead and a signal green reserved for live things. Industrial without going black.

  • --bgoklch(0.27 0.012 290)
  • --surfaceoklch(0.31 0.014 290)
  • --surface-2oklch(0.225 0.012 290)
  • --inkoklch(0.955 0.005 290)
  • --ink-dimoklch(0.79 0.012 290)
  • --accentoklch(0.72 0.17 290)
  • --accent-2oklch(0.8 0.17 160)
  • --goodoklch(0.8 0.17 160)
  • --warnoklch(0.8 0.14 65)
  • --badoklch(0.66 0.22 25)
palette.css
/* Foundry - shipped as this site's v3 system. */
[data-palette="foundry"] {
  --bg: oklch(0.27 0.012 290);
  --surface: oklch(0.31 0.014 290);
  --surface-2: oklch(0.225 0.012 290);
  --ink: oklch(0.955 0.005 290);
  --ink-dim: oklch(0.79 0.012 290);
  --accent: oklch(0.72 0.17 290);
  --accent-2: oklch(0.8 0.17 160);
  --good: oklch(0.8 0.17 160);
  --warn: oklch(0.8 0.14 65);
  --bad: oklch(0.66 0.22 25);
}
← The whole kit