Lighten / Darken Color
The CSS preprocessors Sass and Less can take any color and darken()
or lighten()
it by a specific value. But no such ability is built into JavaScript. This function takes colors in hex format (i.e. #F06D06, with or without hash) …