CSS Color Background

Space Cadet

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

Preview

Space Cadet solid color background preview (#1D2951)

Color value: #1D2951

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1D2951; }

HTML Code

<section class="hero space-cadet-bg"> <h2>Your content</h2> </section> <style> .space-cadet-bg { background-color: #1D2951; } </style>