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