CSS Color Background

Dark Terra Cotta

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

Preview

Dark Terra Cotta solid color background preview (#CC4E5C)

Color value: #CC4E5C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CC4E5C; }

HTML Code

<section class="hero dark-terra-cotta-bg"> <h2>Your content</h2> </section> <style> .dark-terra-cotta-bg { background-color: #CC4E5C; } </style>