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