CSS Color Background

Tea Green

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

Preview

Tea Green solid color background preview (#D0F0C0)

Color value: #D0F0C0

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D0F0C0; }

HTML Code

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