Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
danielvaughn
9 months ago
|
parent
|
context
|
favorite
| on:
Tailwind color palette generator
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:
Color('#123').lch[0] *= 1.2
Consider applying for YC's W25 batch! Applications are open till Nov 12.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
So something like this: