CSS Color Background

Mardi Gras

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

Preview

Mardi Gras solid color background preview (#880085)

Color value: #880085

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #880085; }

HTML Code

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