CSS Color Background

Earth Yellow

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

Preview

Earth Yellow solid color background preview (#E1A95F)

Color value: #E1A95F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E1A95F; }

HTML Code

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