CSS Color Background

Pastel Red

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

Preview

Pastel Red solid color background preview (#FF6961)

Color value: #FF6961

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF6961; }

HTML Code

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