CSS Color Background

Trolley Grey

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

Preview

Trolley Grey solid color background preview (#808080)

Color value: #808080

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #808080; }

HTML Code

<section class="hero trolley-grey-bg"> <h2>Your content</h2> </section> <style> .trolley-grey-bg { background-color: #808080; } </style>