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-antiquewhite-50: #fff9f1;
  --color-antiquewhite-100: #faebd7;
  --color-antiquewhite-200: #f7ddba;
  --color-antiquewhite-300: #eac694;
  --color-antiquewhite-400: #d3a769;
  --color-antiquewhite-500: #b98a45;
  --color-antiquewhite-600: #9e7129;
  --color-antiquewhite-700: #865d16;
  --color-antiquewhite-800: #724d0d;
  --color-antiquewhite-900: #5f3f08;
  --color-antiquewhite-950: #3b2500;
}