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: #a7bd9e;
}
.color-2 {
color: #6d9c8b;
}
.color-3 {
color: #507c6b;
}
.color-4 {
color: #3a5952;
}
.color-5 {
color: #2a413e;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #6d9c8b;
--color-3: #507c6b;
--color-4: #3a5952;
--color-5: #2a413e;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #6d9c8b, #507c6b, #3a5952, #2a413e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #6d9c8b, #507c6b, #3a5952, #2a413e);
}

Shades of Green color palette created on .