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