CSS Color Background

Liver Chestnut

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

Preview

Liver Chestnut solid color background preview (#987456)

Color value: #987456

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #987456; }

HTML Code

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