CSS Color Background

Waterspout

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

Preview

Waterspout solid color background preview (#A4F4F9)

Color value: #A4F4F9

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A4F4F9; }

HTML Code

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