CSS Color Background

Indian Yellow

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

Preview

Indian Yellow solid color background preview (#E3A857)

Color value: #E3A857

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E3A857; }

HTML Code

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