Veil of Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Veil of Twilight palette
Veil of Twilight color palette PNG image
Veil of Twilight color palette CSS
/* CSS */
.color-1 {
color: #3e3b5e;
}
.color-2 {
color: #5b5077;
}
.color-3 {
color: #7b6d9c;
}
.color-4 {
color: #9a9db6;
}
.color-5 {
color: #d3c7e1;
}
/* CSS Variables */
:root {
--color-1: #3e3b5e;
--color-2: #5b5077;
--color-3: #7b6d9c;
--color-4: #9a9db6;
--color-5: #d3c7e1;
}
Veil of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3b5e, #5b5077, #7b6d9c, #9a9db6, #d3c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3b5e, #5b5077, #7b6d9c, #9a9db6, #d3c7e1);
}
Similar color palettes
Veil of Twilight color palette created on .