CSS Color Background

Fresh Air

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

Preview

Fresh Air solid color background preview (#A6E7FF)

Color value: #A6E7FF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A6E7FF; }

HTML Code

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