CSS Color Background

Tuscan

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

Preview

Tuscan solid color background preview (#FAD6A5)

Color value: #FAD6A5

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FAD6A5; }

HTML Code

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