CSS Color Background

Pale Lavender

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

Preview

Pale Lavender solid color background preview (#DCD0FF)

Color value: #DCD0FF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DCD0FF; }

HTML Code

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