CSS Color Background

Lemon Glacier

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

Preview

Lemon Glacier solid color background preview (#FDFF00)

Color value: #FDFF00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FDFF00; }

HTML Code

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