What does `desaturate($color, $amount)` do in Sass?
-
A
Increases the HSL saturation by the specified amount
-
B
Converts the color to a different hue
-
C
Decreases the HSL saturation of a color by the specified amount
-
D
Sets the saturation to zero regardless of $amount