CSS Color Background

Gold Fusion

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

Preview

Gold Fusion solid color background preview (#85754E)

Color value: #85754E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #85754E; }

HTML Code

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