CSS Color Background

Light Khaki

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

Preview

Light Khaki solid color background preview (#F0E68C)

Color value: #F0E68C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F0E68C; }

HTML Code

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