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: #4b2c5e;
}
.color-2 {
color: #5e3f7d;
}
.color-3 {
color: #7e60a4;
}
.color-4 {
color: #a5789d;
}
.color-5 {
color: #d7b2cf;
}
/* CSS Variables */
:root {
--color-1: #4b2c5e;
--color-2: #5e3f7d;
--color-3: #7e60a4;
--color-4: #a5789d;
--color-5: #d7b2cf;
}
Purple Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c5e, #5e3f7d, #7e60a4, #a5789d, #d7b2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c5e, #5e3f7d, #7e60a4, #a5789d, #d7b2cf);
}
Similar color palettes
Scroll down to explore 30+ Dark color palettes
Purple Twilight color palette created on .