CSS Color Background

Schauss Pink

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

Preview

Schauss Pink solid color background preview (#FF91AF)

Color value: #FF91AF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF91AF; }

HTML Code

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