CSS Color Background

Rich Lilac

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

Preview

Rich Lilac solid color background preview (#B666D2)

Color value: #B666D2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B666D2; }

HTML Code

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