CSS Color Background

Peach

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

Preview

Peach solid color background preview (#FFE5B4)

Color value: #FFE5B4

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFE5B4; }

HTML Code

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