CSS Color Background

Chocolate (Traditional)

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

Preview

Chocolate (Traditional) solid color background preview (#7B3F00)

Color value: #7B3F00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #7B3F00; }

HTML Code

<section class="hero chocolate-traditional-bg"> <h2>Your content</h2> </section> <style> .chocolate-traditional-bg { background-color: #7B3F00; } </style>