Ethereal Elegy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Elegy palette

Share this palette to:

Ethereal Elegy color palette CSS

/* CSS */
.color-1 {
color: #1e1b2c;
}
.color-2 {
color: #5b4f7d;
}
.color-3 {
color: #b77b99;
}
.color-4 {
color: #e2a87e;
}
.color-5 {
color: #c4443b;
}

/* CSS Variables */
:root {
--color-1: #1e1b2c;
--color-2: #5b4f7d;
--color-3: #b77b99;
--color-4: #e2a87e;
--color-5: #c4443b;
}

Ethereal Elegy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1b2c, #5b4f7d, #b77b99, #e2a87e, #c4443b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1b2c, #5b4f7d, #b77b99, #e2a87e, #c4443b);
}

Ethereal Elegy color palette created on .