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: #4c8b3c;
}
.color-2 {
color: #6cbe4b;
}
.color-3 {
color: #8edc6f;
}
.color-4 {
color: #a4e09e;
}
.color-5 {
color: #c3f5b7;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6cbe4b;
--color-3: #8edc6f;
--color-4: #a4e09e;
--color-5: #c3f5b7;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6cbe4b, #8edc6f, #a4e09e, #c3f5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6cbe4b, #8edc6f, #a4e09e, #c3f5b7);
}

Shades of Green color palette created on .