CSS Color Background

Orchid Pink

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

Preview

Orchid Pink solid color background preview (#F2BDCD)

Color value: #F2BDCD

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F2BDCD; }

HTML Code

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