CSS Color Background

Outer Space

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

Preview

Outer Space solid color background preview (#414A4C)

Color value: #414A4C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #414A4C; }

HTML Code

<section class="hero outer-space-bg"> <h2>Your content</h2> </section> <style> .outer-space-bg { background-color: #414A4C; } </style>