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: #00b341;
}
.color-2 {
color: #2edc4e;
}
.color-3 {
color: #5cff6f;
}
.color-4 {
color: #a7ff8a;
}
.color-5 {
color: #e0ffc2;
}

/* CSS Variables */
:root {
--color-1: #00b341;
--color-2: #2edc4e;
--color-3: #5cff6f;
--color-4: #a7ff8a;
--color-5: #e0ffc2;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b341, #2edc4e, #5cff6f, #a7ff8a, #e0ffc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b341, #2edc4e, #5cff6f, #a7ff8a, #e0ffc2);
}

Shades of Green color palette created on .