Green Nature Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Green Nature palette

Condividi questa palette a:

tavolozza dei colori Green Nature CSS

/* CSS */
.color-1 {
color: #3c9a3f;
}
.color-2 {
color: #5abf5d;
}
.color-3 {
color: #80d68e;
}
.color-4 {
color: #a9e0b7;
}
.color-5 {
color: #d2f4e3;
}

/* CSS Variables */
:root {
--color-1: #3c9a3f;
--color-2: #5abf5d;
--color-3: #80d68e;
--color-4: #a9e0b7;
--color-5: #d2f4e3;
}

CSS con gradiente di sfondo Green Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9a3f, #5abf5d, #80d68e, #a9e0b7, #d2f4e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9a3f, #5abf5d, #80d68e, #a9e0b7, #d2f4e3);
}

Green Nature color palette created on .