Paleta de colores Whispering Willow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Willow palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Willow

/* 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 del degradado de fondo 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 .