CSS Color Background

Pink Lace

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

Preview

Pink Lace solid color background preview (#FFDDF4)

Color value: #FFDDF4

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFDDF4; }

HTML Code

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