CSS Color Background

Cadet Grey

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

Preview

Cadet Grey solid color background preview (#91A3B0)

Color value: #91A3B0

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #91A3B0; }

HTML Code

<section class="hero cadet-grey-bg"> <h2>Your content</h2> </section> <style> .cadet-grey-bg { background-color: #91A3B0; } </style>