CSS Color Background

Fawn

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

Preview

Fawn solid color background preview (#E5AA70)

Color value: #E5AA70

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E5AA70; }

HTML Code

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