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: #4b8b56;
}
.color-2 {
color: #6fc068;
}
.color-3 {
color: #8cd789;
}
.color-4 {
color: #b1e8a1;
}
.color-5 {
color: #e6f2cf;
}

/* CSS Variables */
:root {
--color-1: #4b8b56;
--color-2: #6fc068;
--color-3: #8cd789;
--color-4: #b1e8a1;
--color-5: #e6f2cf;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b56, #6fc068, #8cd789, #b1e8a1, #e6f2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b56, #6fc068, #8cd789, #b1e8a1, #e6f2cf);
}

Shades of Green color palette created on .