Dynamic Color Variations #12509
Closed
js-ahh-selector
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to suggest a feature that would make color manipulation easier and faster. It is about creating tints, tones, and shades of any color on the fly, without having to define them in the config file.
This feature would allow us to use utility classes like this:
bg-[#0ea5e9][{tint|tone|shade}:{0-100}]`
bg-[#0ea5e9][tint:50] /* Results in background-color: #07547a */
This way, we could quickly experiment with different color variations more concisely.
Beta Was this translation helpful? Give feedback.
All reactions