CSS Color Background

Aero

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

Preview

Aero solid color background preview (#7CB9E8)

Color value: #7CB9E8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #7CB9E8; }

HTML Code

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