CSS Color Background

Pale Green

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

Preview

Pale Green solid color background preview (#98FB98)

Color value: #98FB98

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #98FB98; }

HTML Code

<section class="hero pale-green-bg"> <h2>Your content</h2> </section> <style> .pale-green-bg { background-color: #98FB98; } </style>