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: #3a5a3c;
}
.color-2 {
color: #698c5a;
}
.color-3 {
color: #a2c3a4;
}
.color-4 {
color: #d8e6b7;
}
.color-5 {
color: #e1b289;
}
/* CSS Variables */
:root {
--color-1: #3a5a3c;
--color-2: #698c5a;
--color-3: #a2c3a4;
--color-4: #d8e6b7;
--color-5: #e1b289;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5a3c, #698c5a, #a2c3a4, #d8e6b7, #e1b289);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5a3c, #698c5a, #a2c3a4, #d8e6b7, #e1b289);
}
Tavolozze di colori simili
Shades of Green color palette created on .