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: #7a2a2e;
}
.color-2 {
color: #b67c7d;
}
.color-3 {
color: #e3b759;
}
.color-4 {
color: #d9c0a1;
}
.color-5 {
color: #4c8b90;
}

/* CSS Variables */
:root {
--color-1: #7a2a2e;
--color-2: #b67c7d;
--color-3: #e3b759;
--color-4: #d9c0a1;
--color-5: #4c8b90;
}

CSS del degradado de fondo Ethereal Decay

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a2e, #b67c7d, #e3b759, #d9c0a1, #4c8b90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a2e, #b67c7d, #e3b759, #d9c0a1, #4c8b90);
}

Ethereal Decay color palette created on .