Blue Lagoon Gradient
Sky blue into bright turquoise.
Open in the gradient generator → Color Stops
#4FACFE
#00F2FE
Blue Lagoon CSS Code
HEX Copy
background: #4FACFE; background: linear-gradient(90deg, #4FACFE 0%, #00F2FE 100%);
RGBA Copy
background: rgba(79, 172, 254, 1.0); background: linear-gradient(90deg, rgba(79, 172, 254, 1.0) 0%, rgba(0, 242, 254, 1.0) 100%);
HSLA Copy
background: hsla(208, 99%, 65%, 1.0); background: linear-gradient(90deg, hsla(208, 99%, 65%, 1.0) 0%, hsla(183, 100%, 50%, 1.0) 100%);