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: #4a8d35;
}
.color-2 {
color: #3a732b;
}
.color-3 {
color: #2d6624;
}
.color-4 {
color: #aabd84;
}
.color-5 {
color: #94b06d;
}
/* CSS Variables */
:root {
--color-1: #4a8d35;
--color-2: #3a732b;
--color-3: #2d6624;
--color-4: #aabd84;
--color-5: #94b06d;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8d35, #3a732b, #2d6624, #aabd84, #94b06d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8d35, #3a732b, #2d6624, #aabd84, #94b06d);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Verde
Shades of Green color palette created on .