Paleta de colores Trendy Green Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Trendy Green Shades palette
CSS de la paleta de colores Trendy Green Shades
/* CSS */
.color-1 {
color: #8cbf4a;
}
.color-2 {
color: #a3c75c;
}
.color-3 {
color: #b5d87d;
}
.color-4 {
color: #e5f9a4;
}
.color-5 {
color: #f1ffb3;
}
/* CSS Variables */
:root {
--color-1: #8cbf4a;
--color-2: #a3c75c;
--color-3: #b5d87d;
--color-4: #e5f9a4;
--color-5: #f1ffb3;
}
CSS del degradado de fondo Trendy Green Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cbf4a, #a3c75c, #b5d87d, #e5f9a4, #f1ffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cbf4a, #a3c75c, #b5d87d, #e5f9a4, #f1ffb3);
}
Paletas de colores similares
Trendy Green Shades color palette created on .