CSS Color Background

Antique Fuchsia

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

Preview

Antique Fuchsia solid color background preview (#915C83)

Color value: #915C83

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #915C83; }

HTML Code

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