CSS Color Background

Pastel Green

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

Preview

Pastel Green solid color background preview (#77DD77)

Color value: #77DD77

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #77DD77; }

HTML Code

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