Tailwind color palette generator
21–30 of 83 posts
Re: Tailwind color palette generator
#22Earlier quoted context omitted.
do you know a tool that uses OKHSL/V instead of hex? Like colorcolor.in uses such a color space, but then all the overlays are still in hex, so there is this break between input and output
You meant the "Overlay" (bottom-left) to have HSL option too? Btw, if you open an issue/request with the right context, Saneef will look into it. I will nudge him if that makes sense. https://github.com/saneef/color-color
In this specific example the starting color is still not ff, but f9 due to some easing interference (though I'd expect a function x=0 y=0 to not do anything for the very first color), but even then you still see a clear connection, and if you had 10 steps you'd see ~10 lightness point increase in each palette color
Re: Tailwind color palette generator
#23Re: Tailwind color palette generator
#24Re: Tailwind color palette generator
#25Re: Tailwind color palette generator
#26Re: Tailwind color palette generator
#27I thought people would simply just modify the default colors or create new variables like primary, secondary, etc..
Re: Tailwind color palette generator
#28This is a nice tool. As another approach that I use in my codebases is I define the color palette with CSS variables, so my Tailwind config just points to those. Then at runtime I can plug in different color themes.
Re: Tailwind color palette generator
#29For the "brand" example demo'd, is that what people tend to do for configs? I thought people would simply just modify the default colors or create new variables like primary, secondary, etc..
Re: Tailwind color palette generator
#30This is great. I just did a better job generating a palette in under a minute, starting from a logo, than I did manually in 30 minutes last time I needed to do it. Nice work!