CSS Color Background

Light Taupe

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

Preview

Light Taupe solid color background preview (#B38B6D)

Color value: #B38B6D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B38B6D; }

HTML Code

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