CSS Color Background

Manatee

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

Preview

Manatee solid color background preview (#979AAA)

Color value: #979AAA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #979AAA; }

HTML Code

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