CSS Color Background

Pastel Blue

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

Preview

Pastel Blue solid color background preview (#AEC6CF)

Color value: #AEC6CF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AEC6CF; }

HTML Code

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