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: #309c47;
}
.color-2 {
color: #4abf6b;
}
.color-3 {
color: #80db8d;
}
.color-4 {
color: #a4e5a8;
}
.color-5 {
color: #d0f7c5;
}

/* CSS Variables */
:root {
--color-1: #309c47;
--color-2: #4abf6b;
--color-3: #80db8d;
--color-4: #a4e5a8;
--color-5: #d0f7c5;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #309c47, #4abf6b, #80db8d, #a4e5a8, #d0f7c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #309c47, #4abf6b, #80db8d, #a4e5a8, #d0f7c5);
}

Shades of Green color palette created on .