CSS Color Background

Cedar Chest

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

Preview

Cedar Chest solid color background preview (#C95A49)

Color value: #C95A49

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C95A49; }

HTML Code

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