CSS Color Background

Boysenberry

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

Preview

Boysenberry solid color background preview (#873260)

Color value: #873260

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #873260; }

HTML Code

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