CSS Color Background

Copper (Crayola)

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

Preview

Copper (Crayola) solid color background preview (#DA8A67)

Color value: #DA8A67

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DA8A67; }

HTML Code

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