CSS Color Background

Celadon

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

Preview

Celadon solid color background preview (#ACE1AF)

Color value: #ACE1AF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ACE1AF; }

HTML Code

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