Paleta de colores Shades of Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Purple palette
CSS de la paleta de colores Shades of Purple
/* CSS */
.color-1 {
color: #7b4b8b;
}
.color-2 {
color: #a67d9d;
}
.color-3 {
color: #c19fb6;
}
.color-4 {
color: #e6b7d3;
}
.color-5 {
color: #f1d5e2;
}
/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #a67d9d;
--color-3: #c19fb6;
--color-4: #e6b7d3;
--color-5: #f1d5e2;
}
CSS del degradado de fondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #a67d9d, #c19fb6, #e6b7d3, #f1d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #a67d9d, #c19fb6, #e6b7d3, #f1d5e2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 80+ paletas de colores Femenino
Shades of Purple color palette created on .