CSS Color Background

Raspberry Glace

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

Preview

Raspberry Glace solid color background preview (#915F6D)

Color value: #915F6D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #915F6D; }

HTML Code

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