Adjust The Tone Of A Color
All elements have a default background-color
of transparent
.
Difference between background-color: hsl(180, 90%, 35%);
and background-color: hsl(180, 80%, 25%);
:
The first color isnβt darker than the second color.
source