CSS Color Background

Wisteria

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

Preview

Wisteria solid color background preview (#C9A0DC)

Color value: #C9A0DC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C9A0DC; }

HTML Code

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