CSS Color Background

Carnation Pink

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

Preview

Carnation Pink solid color background preview (#FFA6C9)

Color value: #FFA6C9

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFA6C9; }

HTML Code

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