CSS Color Background

Antique White

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

Preview

Antique White solid color background preview (#FAEBD7)

Color value: #FAEBD7

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FAEBD7; }

HTML Code

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