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: #78c486;
}
.color-2 {
color: #5fbf8c;
}
.color-3 {
color: #4cae90;
}
.color-4 {
color: #3b9a9b;
}
.color-5 {
color: #2a8898;
}

/* CSS Variables */
:root {
--color-1: #78c486;
--color-2: #5fbf8c;
--color-3: #4cae90;
--color-4: #3b9a9b;
--color-5: #2a8898;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c486, #5fbf8c, #4cae90, #3b9a9b, #2a8898);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c486, #5fbf8c, #4cae90, #3b9a9b, #2a8898);
}

Shades of Green color palette created on .