CSS variables generator
Define your design tokens as CSS custom properties and get a clean :root
block to drop into any stylesheet. Add name and value pairs — colours, spacing,
radii, fonts — and the tool normalises each name to valid custom-property
syntax (leading --, no illegal characters). Reference them anywhere with
var(--name).
Everything runs in your browser — nothing is uploaded.