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: #a7b79e;
}
.color-2 {
color: #b8caa5;
}
.color-3 {
color: #d6e3b5;
}
.color-4 {
color: #f4e8b3;
}
.color-5 {
color: #f0b699;
}

/* CSS Variables */
:root {
--color-1: #a7b79e;
--color-2: #b8caa5;
--color-3: #d6e3b5;
--color-4: #f4e8b3;
--color-5: #f0b699;
}

CSS del degradado de fondo Whispering Willows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b79e, #b8caa5, #d6e3b5, #f4e8b3, #f0b699);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b79e, #b8caa5, #d6e3b5, #f4e8b3, #f0b699);
}

Whispering Willows color palette created on .