CSS Color Background

Quartz

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

Preview

Quartz solid color background preview (#51484F)

Color value: #51484F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #51484F; }

HTML Code

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