CSS Color Background

Pale Robin Egg Blue

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

Preview

Pale Robin Egg Blue solid color background preview (#96DED1)

Color value: #96DED1

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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