CSS Color Background

Turkish Rose

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

Preview

Turkish Rose solid color background preview (#B57281)

Color value: #B57281

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B57281; }

HTML Code

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