CSS Color Background

Chamoisee

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

Preview

Chamoisee solid color background preview (#A0785A)

Color value: #A0785A

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A0785A; }

HTML Code

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