CSS Color Background

Silver Chalice

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

Preview

Silver Chalice solid color background preview (#ACACAC)

Color value: #ACACAC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ACACAC; }

HTML Code

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