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