CSS Color Background

Pale Silver

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

Preview

Pale Silver solid color background preview (#C9C0BB)

Color value: #C9C0BB

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C9C0BB; }

HTML Code

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