CSS Color Background

Rocket Metallic

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

Preview

Rocket Metallic solid color background preview (#8A7F80)

Color value: #8A7F80

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #8A7F80; }

HTML Code

<section class="hero rocket-metallic-bg"> <h2>Your content</h2> </section> <style> .rocket-metallic-bg { background-color: #8A7F80; } </style>