CSS Color Background

Cameo Pink

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

Preview

Cameo Pink solid color background preview (#EFBBCC)

Color value: #EFBBCC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EFBBCC; }

HTML Code

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