The Kit/Palettes

TIFO Matchday

Near-black canvas, one strike-orange lead and a brass second. Editorial broadsheet energy for live-event surfaces.

  • --bg#08080a
  • --surface#131317
  • --surface-2#1a1a20
  • --ink#f4f4f2
  • --ink-dim#b6b6bc
  • --accent#ff5a3c
  • --accent-2#e0b23a
  • --good#37c26b
  • --warn#e0b23a
  • --bad#ff5a3c
palette.css
/* TIFO Matchday - shipped in a live World Cup tracker. */
[data-palette="tifo-matchday"] {
  --bg: #08080a;
  --surface: #131317;
  --surface-2: #1a1a20;
  --ink: #f4f4f2;
  --ink-dim: #b6b6bc;
  --accent: #ff5a3c;
  --accent-2: #e0b23a;
  --good: #37c26b;
  --warn: #e0b23a;
  --bad: #ff5a3c;
}
← The whole kit