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