Paleta de colores Pink Cotton Candy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Cotton Candy palette
CSS de la paleta de colores Pink Cotton Candy
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #ffc2cf;
}
.color-3 {
color: #ffb8c1;
}
.color-4 {
color: #f9d6a4;
}
.color-5 {
color: #d0afc5;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #ffc2cf;
--color-3: #ffb8c1;
--color-4: #f9d6a4;
--color-5: #d0afc5;
}
CSS del degradado de fondo Pink Cotton Candy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #ffc2cf, #ffb8c1, #f9d6a4, #d0afc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #ffc2cf, #ffb8c1, #f9d6a4, #d0afc5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rosa
Pink Cotton Candy color palette created on .