Green Forest Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Green Forest palette

Condividi questa palette a:

tavolozza dei colori Green Forest CSS

/* CSS */
.color-1 {
color: #2e3a2c;
}
.color-2 {
color: #4a594c;
}
.color-3 {
color: #6e7e6d;
}
.color-4 {
color: #a2bea2;
}
.color-5 {
color: #c7e1c7;
}

/* CSS Variables */
:root {
--color-1: #2e3a2c;
--color-2: #4a594c;
--color-3: #6e7e6d;
--color-4: #a2bea2;
--color-5: #c7e1c7;
}

CSS con gradiente di sfondo Green Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e3a2c, #4a594c, #6e7e6d, #a2bea2, #c7e1c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e3a2c, #4a594c, #6e7e6d, #a2bea2, #c7e1c7);
}

Green Forest color palette created on .