CSS Color Background

Pale Magenta

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

Preview

Pale Magenta solid color background preview (#F984E5)

Color value: #F984E5

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F984E5; }

HTML Code

<section class="hero pale-magenta-bg"> <h2>Your content</h2> </section> <style> .pale-magenta-bg { background-color: #F984E5; } </style>