CSS Color Background

Lavender Rose

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

Preview

Lavender Rose solid color background preview (#FBA0E3)

Color value: #FBA0E3

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FBA0E3; }

HTML Code

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