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