CSS Color Background

Desert Sand

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

Preview

Desert Sand solid color background preview (#EDC9AF)

Color value: #EDC9AF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EDC9AF; }

HTML Code

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