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