CSS Color Background

Glitter

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

Preview

Glitter solid color background preview (#E6E8FA)

Color value: #E6E8FA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E6E8FA; }

HTML Code

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