CSS Variables Exporter

Name your colours, pick a format — CSS custom properties are the default, SCSS, Tailwind config and JSON are one click away.

Export

:root {
  --color-primary: #F59E0B;
  --color-secondary: #4169E1;
  --color-surface: #1C1B1D;
}

Related tools