Firestorm Color Palette
Blood red climbing into blazing orange, like the heart of a wildfire.
Use as a gradient →
Colors
#6A040F
#9D0208
#D00000
#E85D04
#F48C06
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #6A040F | T - | T - | |
| #9D0208 | T - | T - | |
| #D00000 | T - | T - | |
| #E85D04 | T - | T - | |
| #F48C06 | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Firestorm CSS Code
HEX Copy
#6A040F #9D0208 #D00000 #E85D04 #F48C06
RGBA Copy
rgba(106, 4, 15, 1.0) rgba(157, 2, 8, 1.0) rgba(208, 0, 0, 1.0) rgba(232, 93, 4, 1.0) rgba(244, 140, 6, 1.0)
HSLA Copy
hsla(354, 93%, 22%, 1.0) hsla(358, 97%, 31%, 1.0) hsla(0, 100%, 41%, 1.0) hsla(23, 97%, 46%, 1.0) hsla(34, 95%, 49%, 1.0)
More Color Palettes
FAQ
What colors are in the Firestorm palette?Blood red climbing into blazing orange, like the heart of a wildfire.
How do I turn the Firestorm palette into a CSS gradient?
Use
background: linear-gradient(to right, #6A040F, #9D0208, #D00000, #E85D04, #F48C06);, or click "Use as a gradient" above to open it in the live generator.