Paleta de colores Wanderlust Whimsy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Wanderlust Whimsy palette
CSS de la paleta de colores Wanderlust Whimsy
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #91be6f;
}
.color-4 {
color: #45c0c4;
}
.color-5 {
color: #56768f;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f9c54e;
--color-3: #91be6f;
--color-4: #45c0c4;
--color-5: #56768f;
}
CSS del degradado de fondo Wanderlust Whimsy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f9c54e, #91be6f, #45c0c4, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f9c54e, #91be6f, #45c0c4, #56768f);
}
Paletas de colores similares
Wanderlust Whimsy color palette created on .