CSS Color Background

Medium Champagne

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

Preview

Medium Champagne solid color background preview (#F3E5AB)

Color value: #F3E5AB

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F3E5AB; }

HTML Code

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