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: #5c3f8d;
}
.color-2 {
color: #7b5b9f;
}
.color-3 {
color: #a77eb4;
}
.color-4 {
color: #daaac9;
}
.color-5 {
color: #f4c3e4;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #7b5b9f;
--color-3: #a77eb4;
--color-4: #daaac9;
--color-5: #f4c3e4;
}
CSS del degradado de fondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #7b5b9f, #a77eb4, #daaac9, #f4c3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #7b5b9f, #a77eb4, #daaac9, #f4c3e4);
}
Paletas de colores similares
Shades of Purple color palette created on .