Mystical Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Twilight palette
Mystical Twilight color palette CSS
/* CSS */
.color-1 {
color: #833da9;
}
.color-2 {
color: #9f5bcd;
}
.color-3 {
color: #c088d8;
}
.color-4 {
color: #c9ccee;
}
.color-5 {
color: #6e5dcb;
}
/* CSS Variables */
:root {
--color-1: #833da9;
--color-2: #9f5bcd;
--color-3: #c088d8;
--color-4: #c9ccee;
--color-5: #6e5dcb;
}
Mystical Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #833da9, #9f5bcd, #c088d8, #c9ccee, #6e5dcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #833da9, #9f5bcd, #c088d8, #c9ccee, #6e5dcb);
}
Similar color palettes
Mystical Twilight color palette created on .