CSS Color Background

Sandy Taupe

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

Preview

Sandy Taupe solid color background preview (#967117)

Color value: #967117

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #967117; }

HTML Code

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