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: #b2d56c;
}
.color-2 {
color: #a0b66d;
}
.color-3 {
color: #909b6f;
}
.color-4 {
color: #6d8d7a;
}
.color-5 {
color: #4b7c8b;
}
/* CSS Variables */
:root {
--color-1: #b2d56c;
--color-2: #a0b66d;
--color-3: #909b6f;
--color-4: #6d8d7a;
--color-5: #4b7c8b;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d56c, #a0b66d, #909b6f, #6d8d7a, #4b7c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d56c, #a0b66d, #909b6f, #6d8d7a, #4b7c8b);
}
Tavolozze di colori simili
Shades of Green color palette created on .