The rgba()
function can be used to provide a color value with alpha transparency when using CSS. It allows you to specify an RGB color value, as well as an alpha value to determine the color's transparency.
rgba() = rgba( red, green, blue, alpha )