CSS Color Background

Granny Smith Apple

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

Preview

Granny Smith Apple solid color background preview (#A8E4A0)

Color value: #A8E4A0

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A8E4A0; }

HTML Code

<section class="hero granny-smith-apple-bg"> <h2>Your content</h2> </section> <style> .granny-smith-apple-bg { background-color: #A8E4A0; } </style>