CSS Color Background

Magic Mint

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

Preview

Magic Mint solid color background preview (#AAF0D1)

Color value: #AAF0D1

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AAF0D1; }

HTML Code

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