CSS Color Background

Kenyan Copper

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

Preview

Kenyan Copper solid color background preview (#7C1C05)

Color value: #7C1C05

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

<section class="hero kenyan-copper-bg"> <h2>Your content</h2> </section> <style> .kenyan-copper-bg { background-color: #7C1C05; } </style>