CSS Color Background

Mode Beige

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

Preview

Mode Beige solid color background preview (#967117)

Color value: #967117

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #967117; }

HTML Code

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