Paleta de colores Ethereal Remnants

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Remnants palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Remnants

/* CSS */
.color-1 {
color: #4a3c7c;
}
.color-2 {
color: #7a5e9c;
}
.color-3 {
color: #b780aa;
}
.color-4 {
color: #f0b7c7;
}
.color-5 {
color: #f9d6a9;
}

/* CSS Variables */
:root {
--color-1: #4a3c7c;
--color-2: #7a5e9c;
--color-3: #b780aa;
--color-4: #f0b7c7;
--color-5: #f9d6a9;
}

CSS del degradado de fondo Ethereal Remnants

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c7c, #7a5e9c, #b780aa, #f0b7c7, #f9d6a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c7c, #7a5e9c, #b780aa, #f0b7c7, #f9d6a9);
}

Ethereal Remnants color palette created on .