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