CSS Color Background

Raspberry Pink

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

Preview

Raspberry Pink solid color background preview (#E25098)

Color value: #E25098

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E25098; }

HTML Code

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