CSS Color Background

Jelly Bean

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

Preview

Jelly Bean solid color background preview (#DA614E)

Color value: #DA614E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DA614E; }

HTML Code

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