hsl-to-hex
Convert HSL colors to RGB colors in hex format.
API
require('hsl-to-hex') => Function
hsl(hue, saturation, luminosity)` => String
Example
var hsl = var hue = 133 var saturation = 40var luminosity = 60var hex = console // #70c282
License
ISC