CSS Color Background

Sandy Brown

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

Preview

Sandy Brown solid color background preview (#F4A460)

Color value: #F4A460

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F4A460; }

HTML Code

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