CSS Color Background

Dark Pink

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

Preview

Dark Pink solid color background preview (#E75480)

Color value: #E75480

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E75480; }

HTML Code

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