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