CSS Color Background

Rich Brilliant Lavender

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

Preview

Rich Brilliant Lavender solid color background preview (#F1A7FE)

Color value: #F1A7FE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F1A7FE; }

HTML Code

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