Skip to content
tailwindtool

Two generators live, more on the way

Tailwind generators that give you the classes, not a screenshot.

I got tired of guessing which shade pairing looked right, then hand-typing from-sky-500 via-indigo-500 to-fuchsia-600 into a template to find out. So I built the tools I wanted: pick it, see it, copy the exact utility string, paste it into your component. Everything runs client-side, and it's all free.

0 accounts, ever
100% in-browser, no server round trips
v4 + v3 class syntax, side by side

Real palette values

Every swatch is a genuine Tailwind default color, all 22 families across all 11 steps. What you see in the preview is what the compiled CSS gives you.

Version-aware output

v4 renamed a good chunk of the utility surface. Flip the toggle and the generator hands you the class names that actually exist in your version.

Absurdly fast

Server-rendered PHP, inlined critical CSS, one small deferred script, zero web fonts, zero trackers. The whole page lands in a single round trip.

What should I build next?

The shortlist right now: a container-query playground, a @theme token editor, and an animation timing generator. If you keep re-typing the same utility soup in your own projects, that's exactly the kind of thing that belongs here.