Paleta de colores Shades of Green and Lilac
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green and Lilac palette
CSS de la paleta de colores Shades of Green and Lilac
/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #b6c6e2;
}
.color-3 {
color: #e1b7e1;
}
.color-4 {
color: #d0e3b0;
}
.color-5 {
color: #a2c59b;
}
/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #b6c6e2;
--color-3: #e1b7e1;
--color-4: #d0e3b0;
--color-5: #a2c59b;
}
CSS del degradado de fondo Shades of Green and Lilac
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #b6c6e2, #e1b7e1, #d0e3b0, #a2c59b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #b6c6e2, #e1b7e1, #d0e3b0, #a2c59b);
}
Paletas de colores similares
Shades of Green and Lilac color palette created on .