Ethereal Elegy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Elegy palette

Condividi questa palette a:

tavolozza dei colori Ethereal Elegy 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;
}

CSS con gradiente di sfondo Ethereal Elegy

/* 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 .