CSS Color Background

Antique Brass

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

Preview

Antique Brass solid color background preview (#CD9575)

Color value: #CD9575

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CD9575; }

HTML Code

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