Paleta de colores Whisker Wonderland
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whisker Wonderland palette
CSS de la paleta de colores Whisker Wonderland
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #f3e6d8;
}
.color-4 {
color: #a4d5d2;
}
.color-5 {
color: #7da3c5;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f5c99e;
--color-3: #f3e6d8;
--color-4: #a4d5d2;
--color-5: #7da3c5;
}
CSS del degradado de fondo Whisker Wonderland
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f5c99e, #f3e6d8, #a4d5d2, #7da3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f5c99e, #f3e6d8, #a4d5d2, #7da3c5);
}
Paletas de colores similares
Whisker Wonderland color palette created on .