Loading tool…
Generate a full Tailwind 50–950 colour scale from one colour
/* Tailwind v4 — app.css */
@theme {
--color-brand-50: #f1f6fd;
--color-brand-100: #e3edfc;
--color-brand-200: #bad3fd;
--color-brand-300: #8eb7fb;
--color-brand-400: #5995f8;
--color-brand-500: #3b82f6;
--color-brand-600: #095feb;
--color-brand-700: #074dc0;
--color-brand-800: #053f9e;
--color-brand-900: #0d377c;
--color-brand-950: #092148;
}