returns a color amount% points lighter
color
amount
Color tint(Color color, Dimension amount) => mix(rgb(255, 255, 255), color, amount);