Autumn Leaves Gradient
Burnt orange fading into deep magenta.
Open in the gradient generator →
Color Stops
#D38312
#A83279
Autumn Leaves CSS Code
HEX Copy
background: #D38312; background: linear-gradient(135deg, #D38312 0%, #A83279 100%);
RGBA Copy
background: rgba(211, 131, 18, 1.0); background: linear-gradient(135deg, rgba(211, 131, 18, 1.0) 0%, rgba(168, 50, 121, 1.0) 100%);
HSLA Copy
background: hsla(35, 84%, 45%, 1.0); background: linear-gradient(135deg, hsla(35, 84%, 45%, 1.0) 0%, hsla(324, 54%, 43%, 1.0) 100%);
Similar Gradients
More Gradient Presets
FAQ
What is the Autumn Leaves gradient?Burnt orange fading into deep magenta.
What's the CSS code for the Autumn Leaves gradient?
Use
background: linear-gradient(135deg, #D38312 0%, #A83279 100%);. RGBA and HSLA versions are also available on this page.