CSS Color Background

Jazzberry Jam

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

Preview

Jazzberry Jam solid color background preview (#A50B5E)

Color value: #A50B5E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A50B5E; }

HTML Code

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