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