CSS Color Background

Mantis

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

Preview

Mantis solid color background preview (#74C365)

Color value: #74C365

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #74C365; }

HTML Code

<section class="hero mantis-bg"> <h2>Your content</h2> </section> <style> .mantis-bg { background-color: #74C365; } </style>