CSS Color Background

Deep Taupe

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

Preview

Deep Taupe solid color background preview (#7E5E60)

Color value: #7E5E60

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #7E5E60; }

HTML Code

<section class="hero deep-taupe-bg"> <h2>Your content</h2> </section> <style> .deep-taupe-bg { background-color: #7E5E60; } </style>