I'm working on a Tailwind CSS project and I'm looking for a good way to generate a complete color palette from a single base color.
Ideally, I need a tool that can create shades like 50, 100, 200...900 while keeping the colors visually balanced and accessible. I know there are several online generators, but I'm interested in tools that produce palettes similar to Tailwind's default color system.
Some questions I have:
How do you usually generate Tailwind color palettes?
Do you use an online Tailwind Color Palette Generator or create them manually?
Are there any tools that also let you export the palette for Tailwind configuration?
Is there a generator that supports HEX, RGB, and HSL color formats?
I recently tested a few generators and found one that lets you generate and preview Tailwind-style color scales quickly. It was useful for experimenting with different brand colors:
https://freecolortool.com/tailwind-color-palette-generator
I'm interested in learning what other developers use and whether there are better workflows for creating consistent Tailwind color palettes.