CSS Color Background

Sand

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

Preview

Sand solid color background preview (#C2B280)

Color value: #C2B280

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C2B280; }

HTML Code

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