CSS Color Background

Zaffre

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

Preview

Zaffre solid color background preview (#0014A8)

Color value: #0014A8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0014A8; }

HTML Code

<section class="hero zaffre-bg"> <h2>Your content</h2> </section> <style> .zaffre-bg { background-color: #0014A8; } </style>