CSS Color Background

Café au Lait

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

Preview

Café au Lait 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 cafe-au-lait-bg"> <h2>Your content</h2> </section> <style> .cafe-au-lait-bg { background-color: #A67B5B; } </style>