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: #5b4b8b;
}
.color-2 {
color: #7a5e9c;
}
.color-3 {
color: #a473d9;
}
.color-4 {
color: #d0a4df;
}
.color-5 {
color: #f5d1e1;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #7a5e9c;
--color-3: #a473d9;
--color-4: #d0a4df;
--color-5: #f5d1e1;
}
Purple Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #7a5e9c, #a473d9, #d0a4df, #f5d1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #7a5e9c, #a473d9, #d0a4df, #f5d1e1);
}
Similar color palettes
Purple Twilight color palette created on .