CSS Color Background

Peridot

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

Preview

Peridot solid color background preview (#E6E200)

Color value: #E6E200

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E6E200; }

HTML Code

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