CSS Color Background

Bitter Lemon

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

Preview

Bitter Lemon solid color background preview (#CAE00D)

Color value: #CAE00D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CAE00D; }

HTML Code

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