CSS Color Background

Spanish Orange

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

Preview

Spanish Orange solid color background preview (#E86100)

Color value: #E86100

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E86100; }

HTML Code

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