CSS Color Background

Bright Cerulean

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

Preview

Bright Cerulean solid color background preview (#1DACD6)

Color value: #1DACD6

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1DACD6; }

HTML Code

<section class="hero bright-cerulean-bg"> <h2>Your content</h2> </section> <style> .bright-cerulean-bg { background-color: #1DACD6; } </style>