CSS Color Background

Café Noir

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

Preview

Café Noir solid color background preview (#4B3621)

Color value: #4B3621

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #4B3621; }

HTML Code

<section class="hero cafe-noir-bg"> <h2>Your content</h2> </section> <style> .cafe-noir-bg { background-color: #4B3621; } </style>