CSS Color Background

Medium Spring Bud

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

Preview

Medium Spring Bud solid color background preview (#C9DC87)

Color value: #C9DC87

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C9DC87; }

HTML Code

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