Emerald Spiral Gradient
Conic sweep of deep emerald into pale mint.
Open in the gradient generator →
Color Stops
#003D2E
#00A878
#B7E4C7
#003D2E
Emerald Spiral CSS Code
HEX Copy
background: #003D2E; background: conic-gradient(from 45deg, #003D2E 0%, #00A878 33%, #B7E4C7 67%, #003D2E 100%);
RGBA Copy
background: rgba(0, 61, 46, 1.0); background: conic-gradient(from 45deg, rgba(0, 61, 46, 1.0) 0%, rgba(0, 168, 120, 1.0) 33%, rgba(183, 228, 199, 1.0) 67%, rgba(0, 61, 46, 1.0) 100%);
HSLA Copy
background: hsla(165, 100%, 12%, 1.0); background: conic-gradient(from 45deg, hsla(165, 100%, 12%, 1.0) 0%, hsla(163, 100%, 33%, 1.0) 33%, hsla(141, 45%, 81%, 1.0) 67%, hsla(165, 100%, 12%, 1.0) 100%);
More Gradient Presets
FAQ
What is the Emerald Spiral gradient?Conic sweep of deep emerald into pale mint.
What's the CSS code for the Emerald Spiral gradient?
Use
background: conic-gradient(from 45deg, #003D2E 0%, #00A878 33%, #B7E4C7 67%, #003D2E 100%);. RGBA and HSLA versions are also available on this page.