
Increases the saturation on the specified color, by a specified increment.
$saturate (color1, percentage)color1 by the specified percentage (-100% to 100%).Saturates red (#f00), in increments from -100% to +100%.
e.g. $saturate (#f00, -100%)
Saturates dark blue (#007), in increments from -100% to +100%.
e.g. $saturate (#007, -100%)