CSS Color Background

Mauvelous

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

Preview

Mauvelous solid color background preview (#EF98AA)

Color value: #EF98AA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EF98AA; }

HTML Code

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