Twilight Mirage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Mirage palette
Twilight Mirage color palette CSS
/* CSS */
.color-1 {
color: #3b1f6b;
}
.color-2 {
color: #5c4d9d;
}
.color-3 {
color: #7d8bc5;
}
.color-4 {
color: #a1c1e8;
}
.color-5 {
color: #d3e2f3;
}
/* CSS Variables */
:root {
--color-1: #3b1f6b;
--color-2: #5c4d9d;
--color-3: #7d8bc5;
--color-4: #a1c1e8;
--color-5: #d3e2f3;
}
Twilight Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b1f6b, #5c4d9d, #7d8bc5, #a1c1e8, #d3e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b1f6b, #5c4d9d, #7d8bc5, #a1c1e8, #d3e2f3);
}
Similar color palettes
Twilight Mirage color palette created on .