CSS Color Background

Persian Plum

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

Preview

Persian Plum solid color background preview (#701C1C)

Color value: #701C1C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #701C1C; }

HTML Code

<section class="hero persian-plum-bg"> <h2>Your content</h2> </section> <style> .persian-plum-bg { background-color: #701C1C; } </style>