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: #4a6e2b;
}
.color-2 {
color: #6b8f3d;
}
.color-3 {
color: #8dbe50;
}
.color-4 {
color: #a1d86f;
}
.color-5 {
color: #c5e0a4;
}

/* CSS Variables */
:root {
--color-1: #4a6e2b;
--color-2: #6b8f3d;
--color-3: #8dbe50;
--color-4: #a1d86f;
--color-5: #c5e0a4;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6e2b, #6b8f3d, #8dbe50, #a1d86f, #c5e0a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6e2b, #6b8f3d, #8dbe50, #a1d86f, #c5e0a4);
}

Shades of Green color palette created on .