Shades of Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Green CSS

/* CSS */
.color-1 {
color: #3e7e4a;
}
.color-2 {
color: #75b76c;
}
.color-3 {
color: #a4d69e;
}
.color-4 {
color: #d6e6b2;
}
.color-5 {
color: #f4f6e4;
}

/* CSS Variables */
:root {
--color-1: #3e7e4a;
--color-2: #75b76c;
--color-3: #a4d69e;
--color-4: #d6e6b2;
--color-5: #f4f6e4;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e7e4a, #75b76c, #a4d69e, #d6e6b2, #f4f6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e7e4a, #75b76c, #a4d69e, #d6e6b2, #f4f6e4);
}

Shades of Green color palette created on .