CSS Color Background

Alloy Orange

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

Preview

Alloy Orange solid color background preview (#C46210)

Color value: #C46210

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C46210; }

HTML Code

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