CSS Color Background

Ruddy Pink

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

Preview

Ruddy Pink solid color background preview (#E18E96)

Color value: #E18E96

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E18E96; }

HTML Code

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