lighten: Helper function to lighten up a given color.
Description
Helper function to lighten up a given color.
Usage
lighten(color, factor = 0.5)
Value
a character value, hex color code of the lightened color provided
Arguments
- color
Color name or hex code of a color
- factor
Multiplicative factor by which `color` will be lightened up