CSS Color Background

French Beige

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

Preview

French Beige solid color background preview (#A67B5B)

Color value: #A67B5B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A67B5B; }

HTML Code

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