CSS Generators·free · no signup

CSS Variables Generator

Generate a complete CSS custom-property color scale (50–950) from one base color, ready to drop into :root.

Base color
#
Variable name
---500
Output
tokens.css
:root {
  --brand-50: #F3F0FF;
  --brand-100: #E2DBFF;
  --brand-200: #C2B3FF;
  --brand-300: #9980FF;
  --brand-400: #6C47FF;
  --brand-500: #3F0FFF;
  --brand-600: #2E00E6;
  --brand-700: #2600BD;
  --brand-800: #1D008F;
  --brand-900: #140066;
  --brand-950: #0C003D;
}