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