CSS Color Background

Mint Cream

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

Preview

Mint Cream solid color background preview (#F5FFFA)

Color value: #F5FFFA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F5FFFA; }

HTML Code

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