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: #7caa3c;
}
.color-3 {
color: #a0c84c;
}
.color-4 {
color: #d1e27e;
}
.color-5 {
color: #e6f2b5;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #7caa3c;
--color-3: #a0c84c;
--color-4: #d1e27e;
--color-5: #e6f2b5;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #7caa3c, #a0c84c, #d1e27e, #e6f2b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #7caa3c, #a0c84c, #d1e27e, #e6f2b5);
}

Shades of Green color palette created on .