CSS Color Background

Amaranth

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

Preview

Amaranth solid color background preview (#E52B50)

Color value: #E52B50

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E52B50; }

HTML Code

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