CSS Color Background

Iceberg

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

Preview

Iceberg solid color background preview (#71A6D2)

Color value: #71A6D2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #71A6D2; }

HTML Code

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