CSS Color Background

Cordovan

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

Preview

Cordovan solid color background preview (#893F45)

Color value: #893F45

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #893F45; }

HTML Code

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