CSS Color Background

Old Lace

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

Preview

Old Lace solid color background preview (#FDF5E6)

Color value: #FDF5E6

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FDF5E6; }

HTML Code

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