CSS Color Background

Blast-Off Bronze

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

Preview

Blast-Off Bronze solid color background preview (#A57164)

Color value: #A57164

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A57164; }

HTML Code

<section class="hero blast-off-bronze-bg"> <h2>Your content</h2> </section> <style> .blast-off-bronze-bg { background-color: #A57164; } </style>