CSS Color Background

Mint

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

Preview

Mint solid color background preview (#3EB489)

Color value: #3EB489

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #3EB489; }

HTML Code

<section class="hero mint-bg"> <h2>Your content</h2> </section> <style> .mint-bg { background-color: #3EB489; } </style>