CSS Color Background

Almond

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

Preview

Almond solid color background preview (#EFDECD)

Color value: #EFDECD

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EFDECD; }

HTML Code

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