CSS Color Background

Stil De Grain Yellow

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

Preview

Stil De Grain Yellow solid color background preview (#FADA5E)

Color value: #FADA5E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FADA5E; }

HTML Code

<section class="hero stil-de-grain-yellow-bg"> <h2>Your content</h2> </section> <style> .stil-de-grain-yellow-bg { background-color: #FADA5E; } </style>