Purple Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Twilight palette
Purple Twilight color palette CSS
/* CSS */
.color-1 {
color: #8c509b;
}
.color-2 {
color: #b58dbf;
}
.color-3 {
color: #f1c6e0;
}
.color-4 {
color: #f4a662;
}
.color-5 {
color: #f8d3a0;
}
/* CSS Variables */
:root {
--color-1: #8c509b;
--color-2: #b58dbf;
--color-3: #f1c6e0;
--color-4: #f4a662;
--color-5: #f8d3a0;
}
Purple Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c509b, #b58dbf, #f1c6e0, #f4a662, #f8d3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c509b, #b58dbf, #f1c6e0, #f4a662, #f8d3a0);
}
Similar color palettes
Purple Twilight color palette created on .