CSS Color Background

Pearl

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

Preview

Pearl solid color background preview (#EAE0C8)

Color value: #EAE0C8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EAE0C8; }

HTML Code

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