Paleta de colores Eggplant Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Eggplant Elegance palette
CSS de la paleta de colores Eggplant Elegance
/* CSS */
.color-1 {
color: #6a3e70;
}
.color-2 {
color: #9a5b89;
}
.color-3 {
color: #d77e9c;
}
.color-4 {
color: #f2abb2;
}
.color-5 {
color: #f5cf9e;
}
/* CSS Variables */
:root {
--color-1: #6a3e70;
--color-2: #9a5b89;
--color-3: #d77e9c;
--color-4: #f2abb2;
--color-5: #f5cf9e;
}
CSS del degradado de fondo Eggplant Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3e70, #9a5b89, #d77e9c, #f2abb2, #f5cf9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3e70, #9a5b89, #d77e9c, #f2abb2, #f5cf9e);
}
Paletas de colores similares
Eggplant Elegance color palette created on .