CSS Color Background

Orange Peel

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

Preview

Orange Peel solid color background preview (#FF9F00)

Color value: #FF9F00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF9F00; }

HTML Code

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