CSS Color Background

Claret

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

Preview

Claret solid color background preview (#7F1734)

Color value: #7F1734

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #7F1734; }

HTML Code

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