CSS Color Background

Ball Blue

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

Preview

Ball Blue solid color background preview (#21ABCD)

Color value: #21ABCD

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #21ABCD; }

HTML Code

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