CSS Color Background

Fashion Fuchsia

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

Preview

Fashion Fuchsia solid color background preview (#F400A1)

Color value: #F400A1

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F400A1; }

HTML Code

<section class="hero fashion-fuchsia-bg"> <h2>Your content</h2> </section> <style> .fashion-fuchsia-bg { background-color: #F400A1; } </style>