CSS Color Background

Eggplant

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

Preview

Eggplant solid color background preview (#614051)

Color value: #614051

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #614051; }

HTML Code

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