CSS Color Background

Aurometalsaurus

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

Preview

Aurometalsaurus solid color background preview (#6E7F80)

Color value: #6E7F80

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #6E7F80; }

HTML Code

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