CSS Color Background

Pearl Aqua

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

Preview

Pearl Aqua solid color background preview (#88D8C0)

Color value: #88D8C0

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #88D8C0; }

HTML Code

<section class="hero pearl-aqua-bg"> <h2>Your content</h2> </section> <style> .pearl-aqua-bg { background-color: #88D8C0; } </style>