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: #4a3c8b;
}
.color-2 {
color: #6d5e9c;
}
.color-3 {
color: #9f7cb6;
}
.color-4 {
color: #c7a5d5;
}
.color-5 {
color: #e9c9e7;
}
/* CSS Variables */
:root {
--color-1: #4a3c8b;
--color-2: #6d5e9c;
--color-3: #9f7cb6;
--color-4: #c7a5d5;
--color-5: #e9c9e7;
}
Mystic Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c8b, #6d5e9c, #9f7cb6, #c7a5d5, #e9c9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c8b, #6d5e9c, #9f7cb6, #c7a5d5, #e9c9e7);
}
Similar color palettes
Mystic Twilight color palette created on .