CSS Color Background

Dark Raspberry

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

Preview

Dark Raspberry solid color background preview (#872657)

Color value: #872657

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #872657; }

HTML Code

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