CSS Color Background

Tuscany

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

Preview

Tuscany solid color background preview (#C09999)

Color value: #C09999

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C09999; }

HTML Code

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