CSS Color Background

Coral Pink

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

Preview

Coral Pink 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 coral-pink-bg"> <h2>Your content</h2> </section> <style> .coral-pink-bg { background-color: #F88379; } </style>