Mystic Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Twilight palette
Mystic Twilight color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #685b9a;
}
.color-3 {
color: #8975b8;
}
.color-4 {
color: #9f8dce;
}
.color-5 {
color: #d0b0e8;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #685b9a;
--color-3: #8975b8;
--color-4: #9f8dce;
--color-5: #d0b0e8;
}
Mystic Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #685b9a, #8975b8, #9f8dce, #d0b0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #685b9a, #8975b8, #9f8dce, #d0b0e8);
}
Similar color palettes
Mystic Twilight color palette created on .