Shades of Green Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green palette
tavolozza dei colori Shades of Green CSS
/* CSS */
.color-1 {
color: #2b883d;
}
.color-2 {
color: #5abf6b;
}
.color-3 {
color: #8fe0a9;
}
.color-4 {
color: #d1e7b6;
}
.color-5 {
color: #f3f9e1;
}
/* CSS Variables */
:root {
--color-1: #2b883d;
--color-2: #5abf6b;
--color-3: #8fe0a9;
--color-4: #d1e7b6;
--color-5: #f3f9e1;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b883d, #5abf6b, #8fe0a9, #d1e7b6, #f3f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b883d, #5abf6b, #8fe0a9, #d1e7b6, #f3f9e1);
}
Tavolozze di colori simili
Shades of Green color palette created on .