CSS Color Background

Tea Rose (Orange)

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

Preview

Tea Rose (Orange) solid color background preview (#F88379)

Color value: #F88379

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F88379; }

HTML Code

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