CSS Color Background

Zomp

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

Preview

Zomp solid color background preview (#39A78E)

Color value: #39A78E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #39A78E; }

HTML Code

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