Wine Red Gradient
Deep burgundy into near-black indigo.
Open in the gradient generator →
Color Stops
#780206
#061161
Wine Red CSS Code
HEX Copy
background: #780206; background: linear-gradient(180deg, #780206 0%, #061161 100%);
RGBA Copy
background: rgba(120, 2, 6, 1.0); background: linear-gradient(180deg, rgba(120, 2, 6, 1.0) 0%, rgba(6, 17, 97, 1.0) 100%);
HSLA Copy
background: hsla(358, 97%, 24%, 1.0); background: linear-gradient(180deg, hsla(358, 97%, 24%, 1.0) 0%, hsla(233, 88%, 20%, 1.0) 100%);
Similar Gradients
More Gradient Presets
FAQ
What is the Wine Red gradient?Deep burgundy into near-black indigo.
What's the CSS code for the Wine Red gradient?
Use
background: linear-gradient(180deg, #780206 0%, #061161 100%);. RGBA and HSLA versions are also available on this page.