CSS Color Background

Pistachio

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

Preview

Pistachio solid color background preview (#93C572)

Color value: #93C572

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #93C572; }

HTML Code

<section class="hero pistachio-bg"> <h2>Your content</h2> </section> <style> .pistachio-bg { background-color: #93C572; } </style>