Paleta de colores Purple Night Library
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Purple Night Library palette
Imagen PNG de la paleta de colores Purple Night Library
CSS de la paleta de colores Purple Night Library
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #6f5f9b;
}
.color-3 {
color: #9f7cb1;
}
.color-4 {
color: #bda3d1;
}
.color-5 {
color: #f0e0ff;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #6f5f9b;
--color-3: #9f7cb1;
--color-4: #bda3d1;
--color-5: #f0e0ff;
}
CSS del degradado de fondo Purple Night Library
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #6f5f9b, #9f7cb1, #bda3d1, #f0e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #6f5f9b, #9f7cb1, #bda3d1, #f0e0ff);
}
Paletas de colores similares
Purple Night Library color palette created on .