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: #a8d18f;
}
.color-2 {
color: #70af46;
}
.color-3 {
color: #4d8e3e;
}
.color-4 {
color: #3b7a2e;
}
.color-5 {
color: #2d5b20;
}

/* CSS Variables */
:root {
--color-1: #a8d18f;
--color-2: #70af46;
--color-3: #4d8e3e;
--color-4: #3b7a2e;
--color-5: #2d5b20;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d18f, #70af46, #4d8e3e, #3b7a2e, #2d5b20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d18f, #70af46, #4d8e3e, #3b7a2e, #2d5b20);
}

Shades of Green color palette created on .