CSS Color Background

Amber Orange

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

Preview

Amber Orange solid color background preview (#FF7E00)

Color value: #FF7E00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF7E00; }

HTML Code

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