Colors
The palette is intentionally small: one cream canvas, one navy ink, a compact
family of blues, and one sand accent. Tokens are CSS variables exposed as Tailwind
utilities (bg-primary, text-muted-foreground, …) and they flip automatically
in dark mode.
--background
cream paper
--foreground
navy ink
--card
soft surface
--primary
cornflower action
--secondary
warm sand
--accent
blue accent
--muted
quiet panel
--destructive
muted brick
<div className="bg-primary text-primary-foreground pixel-corner p-4"> cornflower action</div>