CSS Color Background

Pastel Pink

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

Preview

Pastel Pink solid color background preview (#DEA5A4)

Color value: #DEA5A4

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DEA5A4; }

HTML Code

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