CSS Color Background

Lumber

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

Preview

Lumber solid color background preview (#FFE4CD)

Color value: #FFE4CD

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFE4CD; }

HTML Code

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