CSS Color Background

Timberwolf

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

Preview

Timberwolf solid color background preview (#DBD7D2)

Color value: #DBD7D2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DBD7D2; }

HTML Code

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