CSS Color Background

Raspberry

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

Preview

Raspberry solid color background preview (#E30B5D)

Color value: #E30B5D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E30B5D; }

HTML Code

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