I want to be able to generate a complete CSS color palette from just this one fuzzy ask. A palette is maybe 8+ colors and asking Users to pick each is just asking for trouble. (Even better if I can generate 3 palettes and let the user pick one).
Is there a great resource for this?
You also need to consider value, which is light vs dark. Text has to be much darker or lighter than the background it is on. There is just about enough dynamic range available that you can have values in the middle of the range on which much darker or much lighter text is visible according to the web accessibility standards.
Saturation is another slider to think about you might want to use colors with a consistent saturation or you might want to use saturated/subdued to call something out or to hide something.
A method I use a lot is to take an image with colors I like and just copy them with the eye dropper tool.
I like this also