Paleta de colores Shades of Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green palette
Imagen PNG de la paleta de colores Shades of Green
CSS de la paleta de colores Shades of Green
/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #6fbf5f;
}
.color-3 {
color: #8dd8a2;
}
.color-4 {
color: #c4e3d5;
}
.color-5 {
color: #eae6d2;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6fbf5f;
--color-3: #8dd8a2;
--color-4: #c4e3d5;
--color-5: #eae6d2;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Bosque
Shades of Green color palette created on .