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