CSS Color Background

Pale Cerulean

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

Preview

Pale Cerulean solid color background preview (#9BC4E2)

Color value: #9BC4E2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9BC4E2; }

HTML Code

<section class="hero pale-cerulean-bg"> <h2>Your content</h2> </section> <style> .pale-cerulean-bg { background-color: #9BC4E2; } </style>