CSS Color Background

Silver Sand

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

Preview

Silver Sand solid color background preview (#BFC1C2)

Color value: #BFC1C2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #BFC1C2; }

HTML Code

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