CSS Color Background

Pale Spring Bud

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

Preview

Pale Spring Bud solid color background preview (#ECEBBD)

Color value: #ECEBBD

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ECEBBD; }

HTML Code

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