CSS Color Background

Beaver

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

Preview

Beaver solid color background preview (#9F8170)

Color value: #9F8170

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9F8170; }

HTML Code

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