CSS Color Background

Deep Champagne

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

Preview

Deep Champagne solid color background preview (#FAD6A5)

Color value: #FAD6A5

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FAD6A5; }

HTML Code

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