CSS Color Background

Sunset Orange

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

Preview

Sunset Orange solid color background preview (#FD5E53)

Color value: #FD5E53

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FD5E53; }

HTML Code

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