CSS Color Background

Satin Sheen Gold

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

Preview

Satin Sheen Gold solid color background preview (#CBA135)

Color value: #CBA135

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CBA135; }

HTML Code

<section class="hero satin-sheen-gold-bg"> <h2>Your content</h2> </section> <style> .satin-sheen-gold-bg { background-color: #CBA135; } </style>