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: #7d9b7e;
}
.color-2 {
color: #5b806e;
}
.color-3 {
color: #496e59;
}
.color-4 {
color: #3a5a4c;
}
.color-5 {
color: #2c493e;
}

/* CSS Variables */
:root {
--color-1: #7d9b7e;
--color-2: #5b806e;
--color-3: #496e59;
--color-4: #3a5a4c;
--color-5: #2c493e;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b7e, #5b806e, #496e59, #3a5a4c, #2c493e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b7e, #5b806e, #496e59, #3a5a4c, #2c493e);
}

Shades of Green color palette created on .