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