CSS Color Background

Mellow Yellow

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

Preview

Mellow Yellow solid color background preview (#F8DE7E)

Color value: #F8DE7E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F8DE7E; }

HTML Code

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