Twilight Haunting Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Haunting palette
Twilight Haunting color palette PNG image
Twilight Haunting color palette CSS
/* CSS */
.color-1 {
color: #4c2e60;
}
.color-2 {
color: #6a4c9a;
}
.color-3 {
color: #8b6bb8;
}
.color-4 {
color: #a58bc6;
}
.color-5 {
color: #c4a3e0;
}
/* CSS Variables */
:root {
--color-1: #4c2e60;
--color-2: #6a4c9a;
--color-3: #8b6bb8;
--color-4: #a58bc6;
--color-5: #c4a3e0;
}
Twilight Haunting background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2e60, #6a4c9a, #8b6bb8, #a58bc6, #c4a3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2e60, #6a4c9a, #8b6bb8, #a58bc6, #c4a3e0);
}
Similar color palettes
Twilight Haunting color palette created on .