CSS Color Background

Peach-Orange

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

Preview

Peach-Orange solid color background preview (#FFCC99)

Color value: #FFCC99

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFCC99; }

HTML Code

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