Paleta de colores Ethereal Decay

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Decay palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Decay

/* CSS */
.color-1 {
color: #492c2e;
}
.color-2 {
color: #6d4f54;
}
.color-3 {
color: #a87a7d;
}
.color-4 {
color: #d5b4b7;
}
.color-5 {
color: #f1dfe1;
}

/* CSS Variables */
:root {
--color-1: #492c2e;
--color-2: #6d4f54;
--color-3: #a87a7d;
--color-4: #d5b4b7;
--color-5: #f1dfe1;
}

CSS del degradado de fondo Ethereal Decay

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2e, #6d4f54, #a87a7d, #d5b4b7, #f1dfe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2e, #6d4f54, #a87a7d, #d5b4b7, #f1dfe1);
}

Ethereal Decay color palette created on .