CSS Color Background

Lust

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

Preview

Lust solid color background preview (#E62020)

Color value: #E62020

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E62020; }

HTML Code

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