CSS Color Background

Metallic Sunburst

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

Preview

Metallic Sunburst solid color background preview (#9C7C38)

Color value: #9C7C38

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9C7C38; }

HTML Code

<section class="hero metallic-sunburst-bg"> <h2>Your content</h2> </section> <style> .metallic-sunburst-bg { background-color: #9C7C38; } </style>