CSS Color Background

Tulip

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

Preview

Tulip solid color background preview (#FF878D)

Color value: #FF878D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF878D; }

HTML Code

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