CSS Color Background

Gamboge

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

Preview

Gamboge solid color background preview (#E49B0F)

Color value: #E49B0F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E49B0F; }

HTML Code

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