CSS Color Background

Carmine (M&P)

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

Preview

Carmine (M&P) solid color background preview (#D70040)

Color value: #D70040

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D70040; }

HTML Code

<section class="hero carmine-m-and-p-bg"> <h2>Your content</h2> </section> <style> .carmine-m-and-p-bg { background-color: #D70040; } </style>