Tropical Paradise Gradient
Teal to lime green, straight off a palm-lined coast.
Open in the gradient generator →
Color Stops
#11998E
#38EF7D
Tropical Paradise CSS Code
HEX Copy
background: #11998E; background: linear-gradient(90deg, #11998E 0%, #38EF7D 100%);
RGBA Copy
background: rgba(17, 153, 142, 1.0); background: linear-gradient(90deg, rgba(17, 153, 142, 1.0) 0%, rgba(56, 239, 125, 1.0) 100%);
HSLA Copy
background: hsla(175, 80%, 33%, 1.0); background: linear-gradient(90deg, hsla(175, 80%, 33%, 1.0) 0%, hsla(143, 85%, 58%, 1.0) 100%);
Similar Gradients
More Gradient Presets
FAQ
What is the Tropical Paradise gradient?Teal to lime green, straight off a palm-lined coast.
What's the CSS code for the Tropical Paradise gradient?
Use
background: linear-gradient(90deg, #11998E 0%, #38EF7D 100%);. RGBA and HSLA versions are also available on this page.