CSS Color Background

China Rose

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

Preview

China Rose solid color background preview (#A8516E)

Color value: #A8516E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A8516E; }

HTML Code

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