CSS Color Background

Grullo

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

Preview

Grullo solid color background preview (#A99A86)

Color value: #A99A86

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A99A86; }

HTML Code

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