CSS Color Background

Deep Peach

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

Preview

Deep Peach solid color background preview (#FFCBA4)

Color value: #FFCBA4

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFCBA4; }

HTML Code

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