CSS Color Background

Soap

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

Preview

Soap solid color background preview (#CEC8EF)

Color value: #CEC8EF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CEC8EF; }

HTML Code

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