CSS Color Background

Dogwood Rose

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

Preview

Dogwood Rose solid color background preview (#D71868)

Color value: #D71868

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D71868; }

HTML Code

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