CSS Color Background

Icterine

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

Preview

Icterine solid color background preview (#FCF75E)

Color value: #FCF75E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FCF75E; }

HTML Code

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