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-silver-50: #fafafa;
  --color-silver-100: #f0f0f0;
  --color-silver-200: #e1e1e1;
  --color-silver-300: #c0c0c0;
  --color-silver-400: #afafaf;
  --color-silver-500: #949494;
  --color-silver-600: #7a7a7a;
  --color-silver-700: #666666;
  --color-silver-800: #555555;
  --color-silver-900: #464646;
  --color-silver-950: #2a2a2a;
}