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: #1c3b25;
}
.color-2 {
color: #4b7c5e;
}
.color-3 {
color: #6fbe8d;
}
.color-4 {
color: #a1e3b8;
}
.color-5 {
color: #d3f8e7;
}

/* CSS Variables */
:root {
--color-1: #1c3b25;
--color-2: #4b7c5e;
--color-3: #6fbe8d;
--color-4: #a1e3b8;
--color-5: #d3f8e7;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b25, #4b7c5e, #6fbe8d, #a1e3b8, #d3f8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b25, #4b7c5e, #6fbe8d, #a1e3b8, #d3f8e7);
}

Shades of Green color palette created on .