CSS Color Background

New Car

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

Preview

New Car solid color background preview (#214FC6)

Color value: #214FC6

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #214FC6; }

HTML Code

<section class="hero new-car-bg"> <h2>Your content</h2> </section> <style> .new-car-bg { background-color: #214FC6; } </style>