CSS Color Background

Regalia

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

Preview

Regalia solid color background preview (#522D80)

Color value: #522D80

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #522D80; }

HTML Code

<section class="hero regalia-bg"> <h2>Your content</h2> </section> <style> .regalia-bg { background-color: #522D80; } </style>