Wildfire Core Gradient
Bright yellow flaring into deep burnt orange.
Open in the gradient generator →
Color Stops
#FFF176
#FF6F00
#BF360C
Wildfire Core CSS Code
HEX Copy
background: #FFF176; background: radial-gradient(at center, #FFF176 0%, #FF6F00 50%, #BF360C 100%);
RGBA Copy
background: rgba(255, 241, 118, 1.0); background: radial-gradient(at center, rgba(255, 241, 118, 1.0) 0%, rgba(255, 111, 0, 1.0) 50%, rgba(191, 54, 12, 1.0) 100%);
HSLA Copy
background: hsla(54, 100%, 73%, 1.0); background: radial-gradient(at center, hsla(54, 100%, 73%, 1.0) 0%, hsla(26, 100%, 50%, 1.0) 50%, hsla(14, 88%, 40%, 1.0) 100%);
More Gradient Presets
FAQ
What is the Wildfire Core gradient?Bright yellow flaring into deep burnt orange.
What's the CSS code for the Wildfire Core gradient?
Use
background: radial-gradient(at center, #FFF176 0%, #FF6F00 50%, #BF360C 100%);. RGBA and HSLA versions are also available on this page.