CSS Color Background

Razzmic Berry

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

Preview

Razzmic Berry solid color background preview (#8D4E85)

Color value: #8D4E85

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #8D4E85; }

HTML Code

<section class="hero razzmic-berry-bg"> <h2>Your content</h2> </section> <style> .razzmic-berry-bg { background-color: #8D4E85; } </style>