CSS Color Background

Flame

Pure CSS color background: #E25822. Use this solid color for personal and commercial creative projects.

Preview

Flame solid color background preview (#E25822)

Color value: #E25822

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #E25822; }

HTML Code

<section class="hero flame-bg"> <h2>Your content</h2> </section> <style> .flame-bg { background-color: #E25822; } </style>