CSS Color Background

Metallic Seaweed

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

Preview

Metallic Seaweed solid color background preview (#0A7E8C)

Color value: #0A7E8C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0A7E8C; }

HTML Code

<section class="hero metallic-seaweed-bg"> <h2>Your content</h2> </section> <style> .metallic-seaweed-bg { background-color: #0A7E8C; } </style>