HSLA
HSLA is a modified HSL version with an Alpha parameter for opacity. It ranges between 0.0 (fully transparent) and 1.0 (not transparent at all). In code, use the hsla()
functional notation to set values: style="color: hsla(360,80%,50%,0.5);"
. A quick reminder — avoid any spacing in between characters.