Does anyone know a JS library that lets you transform hex color codes? Looking for something like:
lighten('#ccc', 1.5);
darken('#fff', 2);
hueShift('#ff0000', 1.2);
Basically the type of stuff SCSS does, except a JS library that takes hex color code strings and returns them.