Paleta de colores Veil of Enigma
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Veil of Enigma palette
CSS de la paleta de colores Veil of Enigma
/* CSS */
.color-1 {
color: #2e2b73;
}
.color-2 {
color: #5a4e8d;
}
.color-3 {
color: #7b709e;
}
.color-4 {
color: #b59cc9;
}
.color-5 {
color: #d9c2e0;
}
/* CSS Variables */
:root {
--color-1: #2e2b73;
--color-2: #5a4e8d;
--color-3: #7b709e;
--color-4: #b59cc9;
--color-5: #d9c2e0;
}
CSS del degradado de fondo Veil of Enigma
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2b73, #5a4e8d, #7b709e, #b59cc9, #d9c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2b73, #5a4e8d, #7b709e, #b59cc9, #d9c2e0);
}
Paletas de colores similares
Veil of Enigma color palette created on .