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: #4b9b77;
}
.color-2 {
color: #7ebe89;
}
.color-3 {
color: #a3e0a4;
}
.color-4 {
color: #d1f5e0;
}
.color-5 {
color: #f9f9c3;
}

/* CSS Variables */
:root {
--color-1: #4b9b77;
--color-2: #7ebe89;
--color-3: #a3e0a4;
--color-4: #d1f5e0;
--color-5: #f9f9c3;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b77, #7ebe89, #a3e0a4, #d1f5e0, #f9f9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b77, #7ebe89, #a3e0a4, #d1f5e0, #f9f9c3);
}

Shades of Green color palette created on .