CSS Color Background

Pale Goldenrod

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

Preview

Pale Goldenrod solid color background preview (#EEE8AA)

Color value: #EEE8AA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EEE8AA; }

HTML Code

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