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: #3a992e;
}
.color-2 {
color: #5dba4f;
}
.color-3 {
color: #7bdb70;
}
.color-4 {
color: #b4e8a1;
}
.color-5 {
color: #d2f7c0;
}

/* CSS Variables */
:root {
--color-1: #3a992e;
--color-2: #5dba4f;
--color-3: #7bdb70;
--color-4: #b4e8a1;
--color-5: #d2f7c0;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a992e, #5dba4f, #7bdb70, #b4e8a1, #d2f7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a992e, #5dba4f, #7bdb70, #b4e8a1, #d2f7c0);
}

Shades of Green color palette created on .