CSS Color Background

Steel Pink

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

Preview

Steel Pink solid color background preview (#CC33CC)

Color value: #CC33CC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CC33CC; }

HTML Code

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