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: #f7c5a1;
}
.color-2 {
color: #f1a7b9;
}
.color-3 {
color: #f58d8a;
}
.color-4 {
color: #d96d8c;
}
.color-5 {
color: #b65d90;
}
/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a7b9;
--color-3: #f58d8a;
--color-4: #d96d8c;
--color-5: #b65d90;
}
CSS del degradado de fondo Whisker Wonderland
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a7b9, #f58d8a, #d96d8c, #b65d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a7b9, #f58d8a, #d96d8c, #b65d90);
}
Paletas de colores similares
Whisker Wonderland color palette created on .