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