CSS Color Background

Buff

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

Preview

Buff solid color background preview (#F0DC82)

Color value: #F0DC82

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F0DC82; }

HTML Code

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