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