CSS Color Background

Eton Blue

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

Preview

Eton Blue solid color background preview (#96C8A2)

Color value: #96C8A2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #96C8A2; }

HTML Code

<section class="hero eton-blue-bg"> <h2>Your content</h2> </section> <style> .eton-blue-bg { background-color: #96C8A2; } </style>