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: #4cae4f;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #8fdc9a;
}
.color-4 {
color: #b4eb93;
}
.color-5 {
color: #e2f4c8;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #6fbe7f;
--color-3: #8fdc9a;
--color-4: #b4eb93;
--color-5: #e2f4c8;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #6fbe7f, #8fdc9a, #b4eb93, #e2f4c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #6fbe7f, #8fdc9a, #b4eb93, #e2f4c8);
}

Shades of Green color palette created on .