CSS Color Background

Diamond

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

Preview

Diamond solid color background preview (#B9F2FF)

Color value: #B9F2FF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B9F2FF; }

HTML Code

<section class="hero diamond-bg"> <h2>Your content</h2> </section> <style> .diamond-bg { background-color: #B9F2FF; } </style>