Paleta de colores Veil of Decay
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Veil of Decay palette
CSS de la paleta de colores Veil of Decay
/* CSS */
.color-1 {
color: #403b3f;
}
.color-2 {
color: #6b5f6d;
}
.color-3 {
color: #9f8e9d;
}
.color-4 {
color: #d0b3b5;
}
.color-5 {
color: #f2c0c6;
}
/* CSS Variables */
:root {
--color-1: #403b3f;
--color-2: #6b5f6d;
--color-3: #9f8e9d;
--color-4: #d0b3b5;
--color-5: #f2c0c6;
}
CSS del degradado de fondo Veil of Decay
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403b3f, #6b5f6d, #9f8e9d, #d0b3b5, #f2c0c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403b3f, #6b5f6d, #9f8e9d, #d0b3b5, #f2c0c6);
}
Paletas de colores similares
Veil of Decay color palette created on .