Generate all 11 Tailwind shades (50–950) from any base color. Copy as config, CSS variables, or JSON.
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
"primary": {
50: "#f2f6fc",
100: "#e6edf9",
200: "#c9d9f3",
300: "#94bbfa",
400: "#5995f7",
500: "#3b82f6",
600: "#156af4",
700: "#0954cd",
800: "#0f4195",
900: "#0a2f6b",
950: "#061d41",
},
},
},
},
};All processing happens in your browser. Nothing is sent to a server.
Yes, Tailwind Color Palette Generator is completely free to use on UtilityCove.
No. Tailwind Color Palette Generator runs in your browser, so your input stays on your device.
Yes. Tailwind Color Palette Generator works on modern mobile and desktop browsers.