CSS Color Background

Gold

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

Preview

Gold solid color background preview (#FFD700)

Color value: #FFD700

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFD700; }

HTML Code

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