CSS Color Background

Ginger

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

Preview

Ginger solid color background preview (#B06500)

Color value: #B06500

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B06500; }

HTML Code

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