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: #403a59;
}
.color-2 {
color: #7f7b9d;
}
.color-3 {
color: #b1a7c8;
}
.color-4 {
color: #d3b6d3;
}
.color-5 {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--color-1: #403a59;
--color-2: #7f7b9d;
--color-3: #b1a7c8;
--color-4: #d3b6d3;
--color-5: #f4c3c3;
}
Mystic Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403a59, #7f7b9d, #b1a7c8, #d3b6d3, #f4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403a59, #7f7b9d, #b1a7c8, #d3b6d3, #f4c3c3);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Mystic Twilight color palette created on .