CSS Color Background

Rose Taupe

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

Preview

Rose Taupe solid color background preview (#905D5D)

Color value: #905D5D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #905D5D; }

HTML Code

<section class="hero rose-taupe-bg"> <h2>Your content</h2> </section> <style> .rose-taupe-bg { background-color: #905D5D; } </style>