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-bisque-50: #fff9f2;
  --color-bisque-100: #ffe4c4;
  --color-bisque-200: #ffdaaf;
  --color-bisque-300: #ffbe6a;
  --color-bisque-400: #ec9c15;
  --color-bisque-500: #c98300;
  --color-bisque-600: #a76c00;
  --color-bisque-700: #8c5a00;
  --color-bisque-800: #764b00;
  --color-bisque-900: #623d00;
  --color-bisque-950: #3c2400;
}