CSS Color Background

Smitten

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

Preview

Smitten solid color background preview (#C84186)

Color value: #C84186

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C84186; }

HTML Code

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