CSS Color Background

Bubble Gum

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

Preview

Bubble Gum solid color background preview (#FFC1CC)

Color value: #FFC1CC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFC1CC; }

HTML Code

<section class="hero bubble-gum-bg"> <h2>Your content</h2> </section> <style> .bubble-gum-bg { background-color: #FFC1CC; } </style>