CSS Color Background

Violet-Blue

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

Preview

Violet-Blue solid color background preview (#324AB2)

Color value: #324AB2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #324AB2; }

HTML Code

<section class="hero violet-blue-bg"> <h2>Your content</h2> </section> <style> .violet-blue-bg { background-color: #324AB2; } </style>