Paleta de colores Shades of Green Forest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green Forest palette
CSS de la paleta de colores Shades of Green Forest
/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #398e3d;
}
.color-3 {
color: #2f7f33;
}
.color-4 {
color: #1c5e21;
}
.color-5 {
color: #0b3c20;
}
/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #398e3d;
--color-3: #2f7f33;
--color-4: #1c5e21;
--color-5: #0b3c20;
}
CSS del degradado de fondo Shades of Green Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #398e3d, #2f7f33, #1c5e21, #0b3c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #398e3d, #2f7f33, #1c5e21, #0b3c20);
}
Paletas de colores similares
Shades of Green Forest color palette created on .