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