Paleta de colores Pink Shimmer
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Shimmer palette
CSS de la paleta de colores Pink Shimmer
/* CSS */
.color-1 {
color: #f3c4d7;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d5a7e2;
}
.color-4 {
color: #d5a7e2;
}
.color-5 {
color: #a86fbe;
}
/* CSS Variables */
:root {
--color-1: #f3c4d7;
--color-2: #eab8e4;
--color-3: #d5a7e2;
--color-4: #d5a7e2;
--color-5: #a86fbe;
}
CSS del degradado de fondo Pink Shimmer
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4d7, #eab8e4, #d5a7e2, #d5a7e2, #a86fbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4d7, #eab8e4, #d5a7e2, #d5a7e2, #a86fbe);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Pink Shimmer color palette created on .