CSS Color Background

Beige

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

Preview

Beige solid color background preview (#F5F5DC)

Color value: #F5F5DC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F5F5DC; }

HTML Code

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