Paleta de colores Pink and Green Whiskers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink and Green Whiskers palette
CSS de la paleta de colores Pink and Green Whiskers
/* CSS */
.color-1 {
color: #f2a1b4;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #6c5b80;
}
/* CSS Variables */
:root {
--color-1: #f2a1b4;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #7fd959;
--color-5: #6c5b80;
}
CSS del degradado de fondo Pink and Green Whiskers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1b4, #ff6e61, #ffb84d, #7fd959, #6c5b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1b4, #ff6e61, #ffb84d, #7fd959, #6c5b80);
}
Paletas de colores similares
Pink and Green Whiskers color palette created on .