Earlier quoted context omitted.
For a long time, I've been on the lookout for the perfect color tool, but so far haven't found it yet. Something that lets you get as advanced as what's presented by this library: https://colorjs.io/
What's going on with that page? I haven't check thr code but it drops my frame rate through the floor.
Tailwind color palette generator
81–83 of 83 posts
Re: Tailwind color palette generator
#82I would love to see such tools have some accessibility DX built-in. The idea is to define the color palette in such a way that we know whether a color combination is accessible just by looking at the color name. For example, using the USWDS design system, I know that blue-30 on gray-80 is accessible (WCAG AA), because the difference between both values is 50+. I once wrote a blog post about this (niche) concept: http…
Radix Colors has a ton of accessibility stuff built in. https://www.radix-ui.com/colors (I work at WorkOS and Radix is an open source project of ours.)
Re: Tailwind color palette generator
#83Earlier quoted context omitted.
Radix Colors has a ton of accessibility stuff built in. https://www.radix-ui.com/colors (I work at WorkOS and Radix is an open source project of ours.)
Thanks, I like the approach! However, the light theme is not fully accessible. I've created an issue on GitHub: https://github.com/radix-ui/colors/issues/41