CSS Color Background

Coconut

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

Preview

Coconut solid color background preview (#965A3E)

Color value: #965A3E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #965A3E; }

HTML Code

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