CSS Color Background

Sky Magenta

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

Preview

Sky Magenta solid color background preview (#CF71AF)

Color value: #CF71AF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CF71AF; }

HTML Code

<section class="hero sky-magenta-bg"> <h2>Your content</h2> </section> <style> .sky-magenta-bg { background-color: #CF71AF; } </style>