Golden Ratio Gradient
Conic sweep of near-black into radiant gold.
Open in the gradient generator →
Color Stops
#1A1200
#8B6914
#FFD700
#1A1200
Golden Ratio CSS Code
HEX Copy
background: #1A1200; background: conic-gradient(from 0deg, #1A1200 0%, #8B6914 33%, #FFD700 67%, #1A1200 100%);
RGBA Copy
background: rgba(26, 18, 0, 1.0); background: conic-gradient(from 0deg, rgba(26, 18, 0, 1.0) 0%, rgba(139, 105, 20, 1.0) 33%, rgba(255, 215, 0, 1.0) 67%, rgba(26, 18, 0, 1.0) 100%);
HSLA Copy
background: hsla(42, 100%, 5%, 1.0); background: conic-gradient(from 0deg, hsla(42, 100%, 5%, 1.0) 0%, hsla(43, 75%, 31%, 1.0) 33%, hsla(51, 100%, 50%, 1.0) 67%, hsla(42, 100%, 5%, 1.0) 100%);
More Gradient Presets
FAQ
What is the Golden Ratio gradient?Conic sweep of near-black into radiant gold.
What's the CSS code for the Golden Ratio gradient?
Use
background: conic-gradient(from 0deg, #1A1200 0%, #8B6914 33%, #FFD700 67%, #1A1200 100%);. RGBA and HSLA versions are also available on this page.