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