CSS Color Background

Burlywood

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

Preview

Burlywood solid color background preview (#DEB887)

Color value: #DEB887

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DEB887; }

HTML Code

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