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