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