CSS Color Background

Cadmium Orange

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

Preview

Cadmium Orange solid color background preview (#ED872D)

Color value: #ED872D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ED872D; }

HTML Code

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