The Kit/Palettes

APEX Duotone

Acid lime striking against signal red on layered cool indigo. A high-energy duotone for data-dense, broadcast-style surfaces.

  • --bg#111420
  • --surface#1a1f30
  • --surface-2#222840
  • --ink#f3f6ff
  • --ink-dim#b6bfd6
  • --accent#c2f53b
  • --accent-2#ff2e43
  • --good#00d17a
  • --warn#ffd900
  • --bad#ff2d3d
palette.css
/* APEX Duotone - shipped in a live Formula 1 session viewer. */
[data-palette="apex-duotone"] {
  --bg: #111420;
  --surface: #1a1f30;
  --surface-2: #222840;
  --ink: #f3f6ff;
  --ink-dim: #b6bfd6;
  --accent: #c2f53b;
  --accent-2: #ff2e43;
  --good: #00d17a;
  --warn: #ffd900;
  --bad: #ff2d3d;
}
← The whole kit