CSS Color Background

Sonic Silver

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

Preview

Sonic Silver solid color background preview (#757575)

Color value: #757575

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #757575; }

HTML Code

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