CSS Color Background

Sunray

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

Preview

Sunray solid color background preview (#E3AB57)

Color value: #E3AB57

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E3AB57; }

HTML Code

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