CSS Color Background

Wheat

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

Preview

Wheat solid color background preview (#F5DEB3)

Color value: #F5DEB3

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F5DEB3; }

HTML Code

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