CSS Color Background

Cerise Pink

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

Preview

Cerise Pink solid color background preview (#EC3B83)

Color value: #EC3B83

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EC3B83; }

HTML Code

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