CSS Color Background

Persian Rose

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

Preview

Persian Rose solid color background preview (#FE28A2)

Color value: #FE28A2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FE28A2; }

HTML Code

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