CSS Color Background

Gray-Asparagus

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

Preview

Gray-Asparagus solid color background preview (#465945)

Color value: #465945

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #465945; }

HTML Code

<section class="hero gray-asparagus-bg"> <h2>Your content</h2> </section> <style> .gray-asparagus-bg { background-color: #465945; } </style>