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: #a7d7b8;
}
.color-2 {
color: #75c7a1;
}
.color-3 {
color: #4cae8d;
}
.color-4 {
color: #2b8872;
}
.color-5 {
color: #197b6e;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #75c7a1;
--color-3: #4cae8d;
--color-4: #2b8872;
--color-5: #197b6e;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #75c7a1, #4cae8d, #2b8872, #197b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #75c7a1, #4cae8d, #2b8872, #197b6e);
}

Shades of Green color palette created on .