CSS, light and dark.
Every token lands as a CSS variable, dark-mode overrides included. Paste once, theme forever.
:root {
--brand-500: #457b9d;
--brand-600: #38638b;
--accent-500: #e63946;
}
[data-theme="dark"] {
--brand-500: #7db3d5;
--accent-500: #f27d88;
}