CSS Color Background

Brass

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

Preview

Brass solid color background preview (#B5A642)

Color value: #B5A642

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B5A642; }

HTML Code

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