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