Paleta de colores Whispering Willows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Willows palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Willows

/* CSS */
.color-1 {
color: #a6c9a8;
}
.color-2 {
color: #b7d9b5;
}
.color-3 {
color: #cfe2c5;
}
.color-4 {
color: #f1e5b1;
}
.color-5 {
color: #f9cca9;
}

/* CSS Variables */
:root {
--color-1: #a6c9a8;
--color-2: #b7d9b5;
--color-3: #cfe2c5;
--color-4: #f1e5b1;
--color-5: #f9cca9;
}

CSS del degradado de fondo Whispering Willows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9a8, #b7d9b5, #cfe2c5, #f1e5b1, #f9cca9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9a8, #b7d9b5, #cfe2c5, #f1e5b1, #f9cca9);
}

Whispering Willows color palette created on .