Paleta de colores Ethereal Elegy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Elegy palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Elegy

/* CSS */
.color-1 {
color: #f3e2f2;
}
.color-2 {
color: #d7a3c5;
}
.color-3 {
color: #b57da1;
}
.color-4 {
color: #a54a75;
}
.color-5 {
color: #6d2c4e;
}

/* CSS Variables */
:root {
--color-1: #f3e2f2;
--color-2: #d7a3c5;
--color-3: #b57da1;
--color-4: #a54a75;
--color-5: #6d2c4e;
}

CSS del degradado de fondo Ethereal Elegy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e2f2, #d7a3c5, #b57da1, #a54a75, #6d2c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e2f2, #d7a3c5, #b57da1, #a54a75, #6d2c4e);
}

Ethereal Elegy color palette created on .