Mystic Twilight Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Twilight Serenade palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mystic Twilight Serenade Color Palette (PNG)
Mystic Twilight Serenade color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #705f9b;
}
.color-3 {
color: #8468b6;
}
.color-4 {
color: #a67cb1;
}
.color-5 {
color: #e6b3e0;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #705f9b;
--color-3: #8468b6;
--color-4: #a67cb1;
--color-5: #e6b3e0;
}
Mystic Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #705f9b, #8468b6, #a67cb1, #e6b3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #705f9b, #8468b6, #a67cb1, #e6b3e0);
}
Similar color palettes
Mystic Twilight Serenade color palette created on .