Paleta de colores Pink Easter
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Easter palette
CSS de la paleta de colores Pink Easter
/* CSS */
.color-1 {
color: #f3e78c;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f6989b;
}
.color-4 {
color: #f5809f;
}
.color-5 {
color: #9c4f7d;
}
/* CSS Variables */
:root {
--color-1: #f3e78c;
--color-2: #f6b83c;
--color-3: #f6989b;
--color-4: #f5809f;
--color-5: #9c4f7d;
}
CSS del degradado de fondo Pink Easter
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e78c, #f6b83c, #f6989b, #f5809f, #9c4f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e78c, #f6b83c, #f6989b, #f5809f, #9c4f7d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Pink Easter color palette created on .