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