CSS Color Background

Peru

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

Preview

Peru solid color background preview (#CD853F)

Color value: #CD853F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CD853F; }

HTML Code

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