CSS Color Background

Sandstorm

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

Preview

Sandstorm solid color background preview (#ECD540)

Color value: #ECD540

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ECD540; }

HTML Code

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