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: #4b3d4d;
}
.color-2 {
color: #794e6c;
}
.color-3 {
color: #a65e8b;
}
.color-4 {
color: #d97896;
}
.color-5 {
color: #fdbc96;
}

/* CSS Variables */
:root {
--color-1: #4b3d4d;
--color-2: #794e6c;
--color-3: #a65e8b;
--color-4: #d97896;
--color-5: #fdbc96;
}

Ethereal Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d4d, #794e6c, #a65e8b, #d97896, #fdbc96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d4d, #794e6c, #a65e8b, #d97896, #fdbc96);
}

Ethereal Twilight color palette created on .