Shades of Verde Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Verde palette

Condividi questa palette a:

tavolozza dei colori Shades of Verde CSS

/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #75c79f;
}
.color-3 {
color: #9fd6b3;
}
.color-4 {
color: #d2e4db;
}
.color-5 {
color: #e7f3ed;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #75c79f;
--color-3: #9fd6b3;
--color-4: #d2e4db;
--color-5: #e7f3ed;
}

CSS con gradiente di sfondo Shades of Verde

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #75c79f, #9fd6b3, #d2e4db, #e7f3ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #75c79f, #9fd6b3, #d2e4db, #e7f3ed);
}

Shades of Verde color palette created on .