CSS Color Background

Platinum

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

Preview

Platinum solid color background preview (#E5E4E2)

Color value: #E5E4E2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E5E4E2; }

HTML Code

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