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: #a7d65c;
}
.color-2 {
color: #c4e09e;
}
.color-3 {
color: #e3f2c0;
}
.color-4 {
color: #b4d0a4;
}
.color-5 {
color: #97c4a0;
}

/* CSS Variables */
:root {
--color-1: #a7d65c;
--color-2: #c4e09e;
--color-3: #e3f2c0;
--color-4: #b4d0a4;
--color-5: #97c4a0;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d65c, #c4e09e, #e3f2c0, #b4d0a4, #97c4a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d65c, #c4e09e, #e3f2c0, #b4d0a4, #97c4a0);
}

Shades of Green color palette created on .