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: #4a7c2d;
}
.color-2 {
color: #7dbf5f;
}
.color-3 {
color: #9be68e;
}
.color-4 {
color: #c1e6a3;
}
.color-5 {
color: #f0f2c0;
}
/* CSS Variables */
:root {
--color-1: #4a7c2d;
--color-2: #7dbf5f;
--color-3: #9be68e;
--color-4: #c1e6a3;
--color-5: #f0f2c0;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c2d, #7dbf5f, #9be68e, #c1e6a3, #f0f2c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c2d, #7dbf5f, #9be68e, #c1e6a3, #f0f2c0);
}
Tavolozze di colori simili
Shades of Green color palette created on .