Whispering Willow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Willow palette
Whispering Willow color palette CSS
/* CSS */
.color-1 {
color: #a8d7b7;
}
.color-2 {
color: #5b8b69;
}
.color-3 {
color: #4b5d4e;
}
.color-4 {
color: #2f3e2e;
}
.color-5 {
color: #1c2c1c;
}
/* CSS Variables */
:root {
--color-1: #a8d7b7;
--color-2: #5b8b69;
--color-3: #4b5d4e;
--color-4: #2f3e2e;
--color-5: #1c2c1c;
}
Whispering Willow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d7b7, #5b8b69, #4b5d4e, #2f3e2e, #1c2c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d7b7, #5b8b69, #4b5d4e, #2f3e2e, #1c2c1c);
}
Similar color palettes
Whispering Willow color palette created on .