Paleta de colores Evening Enchantment

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Evening Enchantment palette

Compartir esta paleta en:

CSS de la paleta de colores Evening Enchantment

/* CSS */
.color-1 {
color: #5c4d9d;
}
.color-2 {
color: #7d7eb0;
}
.color-3 {
color: #a9b3d1;
}
.color-4 {
color: #d1c7e0;
}
.color-5 {
color: #f2e8f8;
}

/* CSS Variables */
:root {
--color-1: #5c4d9d;
--color-2: #7d7eb0;
--color-3: #a9b3d1;
--color-4: #d1c7e0;
--color-5: #f2e8f8;
}

CSS del degradado de fondo Evening Enchantment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4d9d, #7d7eb0, #a9b3d1, #d1c7e0, #f2e8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4d9d, #7d7eb0, #a9b3d1, #d1c7e0, #f2e8f8);
}

Evening Enchantment color palette created on .