CSS Color Background

Terra Cotta

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

Preview

Terra Cotta solid color background preview (#E2725B)

Color value: #E2725B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E2725B; }

HTML Code

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