CSS Color Background

Nyanza

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

Preview

Nyanza solid color background preview (#E9FFDB)

Color value: #E9FFDB

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E9FFDB; }

HTML Code

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