CSS Color Background

Apricot

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

Preview

Apricot solid color background preview (#FBCEB1)

Color value: #FBCEB1

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FBCEB1; }

HTML Code

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