CSS Color Background

Mellow Apricot

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

Preview

Mellow Apricot solid color background preview (#F8B878)

Color value: #F8B878

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F8B878; }

HTML Code

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