CSS Color Background

Ash Grey

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

Preview

Ash Grey solid color background preview (#B2BEB5)

Color value: #B2BEB5

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B2BEB5; }

HTML Code

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