Appearance
function rotate(hex, degrees): string;
Rotates the hue of a hex color by degrees.
degrees
hex
string
number
rotate('#336699', 90) // => '#336633'
1.0.0