Ember Core Gradient
Warm amber glow fading into near-black.
Open in the gradient generator →
Color Stops
#FFECB3
#FF7043
#3E0000
Ember Core CSS Code
HEX Copy
background: #FFECB3; background: radial-gradient(at center, #FFECB3 0%, #FF7043 50%, #3E0000 100%);
RGBA Copy
background: rgba(255, 236, 179, 1.0); background: radial-gradient(at center, rgba(255, 236, 179, 1.0) 0%, rgba(255, 112, 67, 1.0) 50%, rgba(62, 0, 0, 1.0) 100%);
HSLA Copy
background: hsla(45, 100%, 85%, 1.0); background: radial-gradient(at center, hsla(45, 100%, 85%, 1.0) 0%, hsla(14, 100%, 63%, 1.0) 50%, hsla(0, 100%, 12%, 1.0) 100%);
More Gradient Presets
FAQ
What is the Ember Core gradient?Warm amber glow fading into near-black.
What's the CSS code for the Ember Core gradient?
Use
background: radial-gradient(at center, #FFECB3 0%, #FF7043 50%, #3E0000 100%);. RGBA and HSLA versions are also available on this page.