CSS Color Background

Toolbox

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

Preview

Toolbox solid color background preview (#746CC0)

Color value: #746CC0

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #746CC0; }

HTML Code

<section class="hero toolbox-bg"> <h2>Your content</h2> </section> <style> .toolbox-bg { background-color: #746CC0; } </style>