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: #c5c149;
}
.color-2 {
color: #a8b93c;
}
.color-3 {
color: #7c7631;
}
.color-4 {
color: #584d2c;
}
.color-5 {
color: #3e3a23;
}
/* CSS Variables */
:root {
--color-1: #c5c149;
--color-2: #a8b93c;
--color-3: #7c7631;
--color-4: #584d2c;
--color-5: #3e3a23;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5c149, #a8b93c, #7c7631, #584d2c, #3e3a23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5c149, #a8b93c, #7c7631, #584d2c, #3e3a23);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Autunno
Shades of Green color palette created on .