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