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: #4a3c6d;
}
.color-2 {
color: #6f4b8b;
}
.color-3 {
color: #ba9bc5;
}
.color-4 {
color: #e6c1e5;
}
.color-5 {
color: #f2a6c1;
}

/* CSS Variables */
:root {
--color-1: #4a3c6d;
--color-2: #6f4b8b;
--color-3: #ba9bc5;
--color-4: #e6c1e5;
--color-5: #f2a6c1;
}

Ethereal Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c6d, #6f4b8b, #ba9bc5, #e6c1e5, #f2a6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c6d, #6f4b8b, #ba9bc5, #e6c1e5, #f2a6c1);
}

Ethereal Twilight color palette created on .