CSS Color Background

Old Rose

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

Preview

Old Rose solid color background preview (#C08081)

Color value: #C08081

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C08081; }

HTML Code

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