Whispering Willow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Willow palette

Share this palette to:

Whispering Willow color palette CSS

/* CSS */
.color-1 {
color: #9bbf8d;
}
.color-2 {
color: #6eaf79;
}
.color-3 {
color: #4d9d6d;
}
.color-4 {
color: #3b9159;
}
.color-5 {
color: #2f794d;
}

/* CSS Variables */
:root {
--color-1: #9bbf8d;
--color-2: #6eaf79;
--color-3: #4d9d6d;
--color-4: #3b9159;
--color-5: #2f794d;
}

Whispering Willow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bbf8d, #6eaf79, #4d9d6d, #3b9159, #2f794d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bbf8d, #6eaf79, #4d9d6d, #3b9159, #2f794d);
}

Whispering Willow color palette created on .