CSS Color Background

Citrine

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

Preview

Citrine solid color background preview (#E4D00A)

Color value: #E4D00A

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E4D00A; }

HTML Code

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