CSS Color Background

Flavescent

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

Preview

Flavescent solid color background preview (#F7E98E)

Color value: #F7E98E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F7E98E; }

HTML Code

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