CSS Color Background

Rose Bonbon

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

Preview

Rose Bonbon solid color background preview (#F9429E)

Color value: #F9429E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F9429E; }

HTML Code

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