CSS Color Background

Chocolate (Web)

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

Preview

Chocolate (Web) solid color background preview (#D2691E)

Color value: #D2691E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D2691E; }

HTML Code

<section class="hero chocolate-for-web-bg"> <h2>Your content</h2> </section> <style> .chocolate-for-web-bg { background-color: #D2691E; } </style>