CSS Color Background

Licorice

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

Preview

Licorice solid color background preview (#1A1110)

Color value: #1A1110

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1A1110; }

HTML Code

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