Paste your brand color. Get a production-ready 50–950 Tailwind palette with real component previews and instant export.
Every preview updates live with your scale.
// tailwind.config.js — generated by 11 Shades of Yay module.exports = { theme: { extend: { colors: { brand: { 50 : '#e9eafb', 100 : '#d4d4f7', 200 : '#a5a7f3', 300 : '#7274f3', 400 : '#4346ef', 500 : '#1418eb', 600 : '#1114c5', 700 : '#0e10a0', 800 : '#0b0c7a', 900 : '#070954', 950 : '#050638', }, }, }, }, }