CSS Color Background

Carrot Orange

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

Preview

Carrot Orange solid color background preview (#ED9121)

Color value: #ED9121

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ED9121; }

HTML Code

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