CSS Color Background

Redwood

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

Preview

Redwood solid color background preview (#AB4E52)

Color value: #AB4E52

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AB4E52; }

HTML Code

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