CSS Color Background

Peach Puff

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

Preview

Peach Puff solid color background preview (#FFDAB9)

Color value: #FFDAB9

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFDAB9; }

HTML Code

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