CSS Color Background

Fulvous

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

Preview

Fulvous solid color background preview (#E48400)

Color value: #E48400

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E48400; }

HTML Code

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