CSS Color Background

Misty Rose

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

Preview

Misty Rose solid color background preview (#FFE4E1)

Color value: #FFE4E1

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFE4E1; }

HTML Code

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