CSS Color Background

Naples Yellow

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

Preview

Naples 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 naples-yellow-bg"> <h2>Your content</h2> </section> <style> .naples-yellow-bg { background-color: #FADA5E; } </style>