CSS Color Background

Queen Pink

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

Preview

Queen Pink solid color background preview (#E8CCD7)

Color value: #E8CCD7

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E8CCD7; }

HTML Code

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