CSS Color Background

Moss Green

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

Preview

Moss Green solid color background preview (#ADDFAD)

Color value: #ADDFAD

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ADDFAD; }

HTML Code

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