CSS Color Background

Saffron

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

Preview

Saffron solid color background preview (#F4C430)

Color value: #F4C430

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F4C430; }

HTML Code

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