CSS Color Background

Tea Rose (Rose)

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

Preview

Tea Rose (Rose) solid color background preview (#F4C2C2)

Color value: #F4C2C2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F4C2C2; }

HTML Code

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