CSS Color Background

Dandelion

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

Preview

Dandelion solid color background preview (#F0E130)

Color value: #F0E130

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F0E130; }

HTML Code

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