CSS Color Background

Bittersweet

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

Preview

Bittersweet solid color background preview (#FE6F5E)

Color value: #FE6F5E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FE6F5E; }

HTML Code

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