Paleta de colores Ethereal Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Dusk palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Dusk

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #7b4c9a;
}
.color-3 {
color: #a56dca;
}
.color-4 {
color: #d6a5e3;
}
.color-5 {
color: #f4c3d6;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #7b4c9a;
--color-3: #a56dca;
--color-4: #d6a5e3;
--color-5: #f4c3d6;
}

CSS del degradado de fondo Ethereal Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #7b4c9a, #a56dca, #d6a5e3, #f4c3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #7b4c9a, #a56dca, #d6a5e3, #f4c3d6);
}

Ethereal Dusk color palette created on .