CSS Color Background

Carmine Pink

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

Preview

Carmine Pink solid color background preview (#EB4C42)

Color value: #EB4C42

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EB4C42; }

HTML Code

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