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: #7d3181;
}
.color-2 {
color: #a85d9f;
}
.color-3 {
color: #d68fbb;
}
.color-4 {
color: #f1c6e7;
}
.color-5 {
color: #f7a1c1;
}
/* CSS Variables */
:root {
--color-1: #7d3181;
--color-2: #a85d9f;
--color-3: #d68fbb;
--color-4: #f1c6e7;
--color-5: #f7a1c1;
}
CSS del degradado de fondo Pink Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d3181, #a85d9f, #d68fbb, #f1c6e7, #f7a1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d3181, #a85d9f, #d68fbb, #f1c6e7, #f7a1c1);
}
Paletas de colores similares
Pink Shades color palette created on .