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-plum-50: #fff7ff;
  --color-plum-100: #fde8fd;
  --color-plum-200: #f8d4f7;
  --color-plum-300: #ebb9ea;
  --color-plum-400: #dda0dd;
  --color-plum-500: #b979ba;
  --color-plum-600: #9e609f;
  --color-plum-700: #874d87;
  --color-plum-800: #723f73;
  --color-plum-900: #5f345f;
  --color-plum-950: #3d1a3e;
}