CSS Color Background

Blizzard Blue

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

Preview

Blizzard Blue solid color background preview (#ACE5EE)

Color value: #ACE5EE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ACE5EE; }

HTML Code

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