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