CSS Color Background

Deep Space Sparkle

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

Preview

Deep Space Sparkle solid color background preview (#4A646C)

Color value: #4A646C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #4A646C; }

HTML Code

<section class="hero deep-space-sparkle-bg"> <h2>Your content</h2> </section> <style> .deep-space-sparkle-bg { background-color: #4A646C; } </style>