Comment on Tailwind color palette generatorparentComments−danielvaughn2yThat sounds plausible, yeah. The Color object is space-agnostic, so you can take any set of colors and interpolate their lightness/luminosity/value using any color space you prefer.So something like this: Color('#123').lch[0] *= 1.2
Comments
That sounds plausible, yeah. The Color object is space-agnostic, so you can take any set of colors and interpolate their lightness/luminosity/value using any color space you prefer.
So something like this: