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: #487d2c;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #6c9b46;
}
.color-4 {
color: #b5e3a1;
}
.color-5 {
color: #c4d7a3;
}
/* CSS Variables */
:root {
--color-1: #487d2c;
--color-2: #a3d55d;
--color-3: #6c9b46;
--color-4: #b5e3a1;
--color-5: #c4d7a3;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #487d2c, #a3d55d, #6c9b46, #b5e3a1, #c4d7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #487d2c, #a3d55d, #6c9b46, #b5e3a1, #c4d7a3);
}
Paletas de colores similares
Shades of Green color palette created on .