CSS Color Background

Iris

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

Preview

Iris solid color background preview (#5A4FCF)

Color value: #5A4FCF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #5A4FCF; }

HTML Code

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