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: #ade6c4;
}
.color-2 {
color: #6ed4b5;
}
.color-3 {
color: #3b9b7e;
}
.color-4 {
color: #2e7a5d;
}
.color-5 {
color: #1f5b48;
}

/* CSS Variables */
:root {
--color-1: #ade6c4;
--color-2: #6ed4b5;
--color-3: #3b9b7e;
--color-4: #2e7a5d;
--color-5: #1f5b48;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ade6c4, #6ed4b5, #3b9b7e, #2e7a5d, #1f5b48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ade6c4, #6ed4b5, #3b9b7e, #2e7a5d, #1f5b48);
}

Shades of Green color palette created on .