CSS Color Background

Pink Pearl

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

Preview

Pink Pearl solid color background preview (#E7ACCF)

Color value: #E7ACCF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E7ACCF; }

HTML Code

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