Right this way…
Station 06 · CSS & design tokens
Every color on this boat — the bottle green felt, the brass hairlines, the parchment ink — is mixed in one place and poured into named buckets called CSS variables. The cards do not know what color they are. They only know which bucket to drink from.
That card on the right is a real house card wired to four buckets. Swap the livery, or grab the hue slider and mix your own accent. Watch the code: only the values change. The structure never moves.
1:root {2--background: #163024;3--surface: #1E3A2C;4--ink: #EFE6CF;5--accent: #C9A14E;6}78.card {9background: var(--surface);10color: var(--ink);11border: 1px solid var(--accent);12}
Loadouts for every planet, stratagem science, squad tactics.
One palette · every surface follows