CSS Color Background

Persimmon

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

Preview

Persimmon solid color background preview (#EC5800)

Color value: #EC5800

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #EC5800; }

HTML Code

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