Shades of Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Green

Download shades of green color palette PNG image (landscape)
Download shades of green color palette PNG image (square)

tavolozza dei colori Shades of Green CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #6fbf5f;
}
.color-3 {
color: #8dd8a2;
}
.color-4 {
color: #c4e3d5;
}
.color-5 {
color: #eae6d2;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6fbf5f;
--color-3: #8dd8a2;
--color-4: #c4e3d5;
--color-5: #eae6d2;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}

Shades of Green color palette created on .