CSS Color Background

Mulberry

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

Preview

Mulberry solid color background preview (#C54B8C)

Color value: #C54B8C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C54B8C; }

HTML Code

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