CSS Color Background

Pear

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

Preview

Pear solid color background preview (#D1E231)

Color value: #D1E231

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D1E231; }

HTML Code

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