CSS Color Background

Dark Pastel Green

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

Preview

Dark Pastel Green solid color background preview (#03C03C)

Color value: #03C03C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #03C03C; }

HTML Code

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