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: #d1b3e0;
}
.color-2 {
color: #9f7cb6;
}
.color-3 {
color: #5c4e8d;
}
.color-4 {
color: #402a6f;
}
.color-5 {
color: #1e194d;
}
/* CSS Variables */
:root {
--color-1: #d1b3e0;
--color-2: #9f7cb6;
--color-3: #5c4e8d;
--color-4: #402a6f;
--color-5: #1e194d;
}
Ethereal Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b3e0, #9f7cb6, #5c4e8d, #402a6f, #1e194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b3e0, #9f7cb6, #5c4e8d, #402a6f, #1e194d);
}
Similar color palettes
Ethereal Twilight color palette created on .