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: #a9c6b6;
}
.color-2 {
color: #d1e5d2;
}
.color-3 {
color: #a4c1b3;
}
.color-4 {
color: #6fb8a1;
}
.color-5 {
color: #3e796d;
}

/* CSS Variables */
:root {
--color-1: #a9c6b6;
--color-2: #d1e5d2;
--color-3: #a4c1b3;
--color-4: #6fb8a1;
--color-5: #3e796d;
}

Whispering Willow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c6b6, #d1e5d2, #a4c1b3, #6fb8a1, #3e796d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c6b6, #d1e5d2, #a4c1b3, #6fb8a1, #3e796d);
}

Whispering Willow color palette created on .