Appearance
function desaturate(hex, amount): string;
Decreases the saturation of a hex color by amount percent.
amount
hex
string
number
desaturate('#336699', 20) // => '#456080'
1.0.0