CSS Color Background

Laser Lemon

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

Preview

Laser Lemon solid color background preview (#FEFE22)

Color value: #FEFE22

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FEFE22; }

HTML Code

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