CSS Color Background

Pastel Magenta

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

Preview

Pastel Magenta solid color background preview (#F49AC2)

Color value: #F49AC2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F49AC2; }

HTML Code

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