CSS Color Background

Cerulean Frost

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

Preview

Cerulean Frost solid color background preview (#6D9BC3)

Color value: #6D9BC3

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #6D9BC3; }

HTML Code

<section class="hero cerulean-frost-bg"> <h2>Your content</h2> </section> <style> .cerulean-frost-bg { background-color: #6D9BC3; } </style>