CSS Color Background

University Of California Gold

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

Preview

University Of California Gold solid color background preview (#B78727)

Color value: #B78727

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B78727; }

HTML Code

<section class="hero university-of-california-gold-bg"> <h2>Your content</h2> </section> <style> .university-of-california-gold-bg { background-color: #B78727; } </style>