CSS Color Background

Charm Pink

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

Preview

Charm Pink solid color background preview (#E68FAC)

Color value: #E68FAC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E68FAC; }

HTML Code

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