CSS Color Background

Celadon Blue

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

Preview

Celadon Blue solid color background preview (#007BA7)

Color value: #007BA7

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #007BA7; }

HTML Code

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