CSS Color Background

Light Carmine Pink

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

Preview

Light Carmine Pink solid color background preview (#E66771)

Color value: #E66771

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E66771; }

HTML Code

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