CSS Color Background

Vanilla Ice

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

Preview

Vanilla Ice solid color background preview (#F38FA9)

Color value: #F38FA9

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F38FA9; }

HTML Code

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