CSS Color Background

Bubbles

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

Preview

Bubbles solid color background preview (#E7FEFF)

Color value: #E7FEFF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E7FEFF; }

HTML Code

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