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: #96d98c;
}
.color-2 {
color: #a7e2b0;
}
.color-3 {
color: #b7e6c2;
}
.color-4 {
color: #f1e6d0;
}
.color-5 {
color: #ffd4a8;
}

/* CSS Variables */
:root {
--color-1: #96d98c;
--color-2: #a7e2b0;
--color-3: #b7e6c2;
--color-4: #f1e6d0;
--color-5: #ffd4a8;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #96d98c, #a7e2b0, #b7e6c2, #f1e6d0, #ffd4a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #96d98c, #a7e2b0, #b7e6c2, #f1e6d0, #ffd4a8);
}

Shades of Green color palette created on .