Ethereal Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Twilight palette

Share this palette to:

Ethereal Twilight color palette CSS

/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #5e6d8d;
}
.color-3 {
color: #8c9ab1;
}
.color-4 {
color: #b0c4d9;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #5e6d8d;
--color-3: #8c9ab1;
--color-4: #b0c4d9;
--color-5: #f0a800;
}

Ethereal Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #5e6d8d, #8c9ab1, #b0c4d9, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #5e6d8d, #8c9ab1, #b0c4d9, #f0a800);
}

Ethereal Twilight color palette created on .