CSS Color Background

Gold (Metallic)

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

Preview

Gold (Metallic) solid color background preview (#D4AF37)

Color value: #D4AF37

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D4AF37; }

HTML Code

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