CSS Color Background

Lilac

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

Preview

Lilac solid color background preview (#C8A2C8)

Color value: #C8A2C8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C8A2C8; }

HTML Code

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