CSS Color Background

Jasper

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

Preview

Jasper solid color background preview (#D73B3E)

Color value: #D73B3E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D73B3E; }

HTML Code

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