CSS Color Background

Eggshell

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

Preview

Eggshell solid color background preview (#F0EAD6)

Color value: #F0EAD6

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F0EAD6; }

HTML Code

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