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: #ffb3e4;
}
.color-2 {
color: #ff9ec6;
}
.color-3 {
color: #ff80b2;
}
.color-4 {
color: #ff619b;
}
.color-5 {
color: #ff4281;
}
/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ff9ec6;
--color-3: #ff80b2;
--color-4: #ff619b;
--color-5: #ff4281;
}
CSS del degradado de fondo Pink Cotton Candy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ff9ec6, #ff80b2, #ff619b, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ff9ec6, #ff80b2, #ff619b, #ff4281);
}
Paletas de colores similares
Pink Cotton Candy color palette created on .