CSS Color Background

Mexican Pink

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

Preview

Mexican Pink solid color background preview (#E4007C)

Color value: #E4007C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E4007C; }

HTML Code

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