CSS Color Background

Linen

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

Preview

Linen solid color background preview (#FAF0E6)

Color value: #FAF0E6

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FAF0E6; }

HTML Code

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