CSS Color Background

Vegas Gold

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

Preview

Vegas Gold solid color background preview (#C5B358)

Color value: #C5B358

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C5B358; }

HTML Code

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