Twilight Lament Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Lament palette
Twilight Lament color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #9a69bf;
}
.color-3 {
color: #e2c5e2;
}
.color-4 {
color: #f0b7b7;
}
.color-5 {
color: #f67481;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #9a69bf;
--color-3: #e2c5e2;
--color-4: #f0b7b7;
--color-5: #f67481;
}
Twilight Lament background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #9a69bf, #e2c5e2, #f0b7b7, #f67481);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #9a69bf, #e2c5e2, #f0b7b7, #f67481);
}
Similar color palettes
Twilight Lament color palette created on .