CSS Color Background

Persian Pink

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

Preview

Persian Pink solid color background preview (#F77FBE)

Color value: #F77FBE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F77FBE; }

HTML Code

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