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