/* CSS */
.color-1 {
color: #497C1D;
}
.color-2 {
color: #6EA03B;
}
.color-3 {
color: #9EBF69;
}
.color-4 {
color: #AFD7A2;
}
.color-5 {
color: #E9F2E3;
}
/* CSS Variables */
:root {
--color-1: #497C1D;
--color-2: #6EA03B;
--color-3: #9EBF69;
--color-4: #AFD7A2;
--color-5: #E9F2E3;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497C1D, #6EA03B, #9EBF69, #AFD7A2, #E9F2E3);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497C1D, #6EA03B, #9EBF69, #AFD7A2, #E9F2E3);
}Undead Greenery color palette created on .