CSS Color Background

Bazaar

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

Preview

Bazaar solid color background preview (#98777B)

Color value: #98777B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #98777B; }

HTML Code

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