Libraries

Color scale

Generate a full 50–950 color scale from any color — in Tailwind, CSS, and JSON formats ready to paste.

Export scale

@theme {
  --color-springgreen-50: #effff2;
  --color-springgreen-100: #cdffd7;
  --color-springgreen-200: #8affaa;
  --color-springgreen-300: #00ff7f;
  --color-springgreen-400: #00d267;
  --color-springgreen-500: #00b156;
  --color-springgreen-600: #009346;
  --color-springgreen-700: #007b3a;
  --color-springgreen-800: #00672f;
  --color-springgreen-900: #005626;
  --color-springgreen-950: #003415;
}