CSS Color Background

Pink Sherbet

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

Preview

Pink Sherbet solid color background preview (#F78FA7)

Color value: #F78FA7

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F78FA7; }

HTML Code

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