CSS Color Background

Light Orchid

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

Preview

Light Orchid solid color background preview (#E6A8D7)

Color value: #E6A8D7

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E6A8D7; }

HTML Code

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