CSS Color Background

Eucalyptus

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

Preview

Eucalyptus solid color background preview (#44D7A8)

Color value: #44D7A8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #44D7A8; }

HTML Code

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