CSS Color Background

French Raspberry

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

Preview

French Raspberry solid color background preview (#C72C48)

Color value: #C72C48

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C72C48; }

HTML Code

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