CSS Color Background

Deep Lemon

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

Preview

Deep Lemon solid color background preview (#F5C71A)

Color value: #F5C71A

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F5C71A; }

HTML Code

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