Whispering Willow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Willow palette

Condividi questa palette a:

tavolozza dei colori Whispering Willow 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;
}

CSS con gradiente di sfondo Whispering Willow

/* 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 .