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-lightsteelblue-50: #f7faff;
  --color-lightsteelblue-100: #e9f1fc;
  --color-lightsteelblue-200: #d4e3f6;
  --color-lightsteelblue-300: #b0c4de;
  --color-lightsteelblue-400: #99b2d1;
  --color-lightsteelblue-500: #7c96b7;
  --color-lightsteelblue-600: #637c9d;
  --color-lightsteelblue-700: #516885;
  --color-lightsteelblue-800: #435771;
  --color-lightsteelblue-900: #36485e;
  --color-lightsteelblue-950: #1d2b3d;
}