CSS Color Background

French Mauve

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

Preview

French Mauve solid color background preview (#D473D4)

Color value: #D473D4

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D473D4; }

HTML Code

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