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