CSS Color Background

Heliotrope

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

Preview

Heliotrope solid color background preview (#DF73FF)

Color value: #DF73FF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DF73FF; }

HTML Code

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