CSS Color Background

Spring Bud

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

Preview

Spring Bud solid color background preview (#A7FC00)

Color value: #A7FC00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A7FC00; }

HTML Code

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