CSS Color Background

Persian Orange

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

Preview

Persian Orange solid color background preview (#D99058)

Color value: #D99058

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D99058; }

HTML Code

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