CSS Color Background

Chestnut

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

Preview

Chestnut solid color background preview (#CD5C5C)

Color value: #CD5C5C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CD5C5C; }

HTML Code

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