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: #1a1c3d;
}
.color-2 {
color: #3b4f8c;
}
.color-3 {
color: #6a8ec8;
}
.color-4 {
color: #a4cfe5;
}
.color-5 {
color: #f2e2ca;
}
/* CSS Variables */
:root {
--color-1: #1a1c3d;
--color-2: #3b4f8c;
--color-3: #6a8ec8;
--color-4: #a4cfe5;
--color-5: #f2e2ca;
}
Ethereal Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c3d, #3b4f8c, #6a8ec8, #a4cfe5, #f2e2ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c3d, #3b4f8c, #6a8ec8, #a4cfe5, #f2e2ca);
}
Similar color palettes
Ethereal Twilight color palette created on .