/* CSS */
.color-1 {
color: #398E2E;
}
.color-2 {
color: #5FBF4A;
}
.color-3 {
color: #86D66B;
}
.color-4 {
color: #C3E1A8;
}
.color-5 {
color: #E9F7E3;
}
/* CSS Variables */
:root {
--color-1: #398E2E;
--color-2: #5FBF4A;
--color-3: #86D66B;
--color-4: #C3E1A8;
--color-5: #E9F7E3;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #398E2E, #5FBF4A, #86D66B, #C3E1A8, #E9F7E3);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #398E2E, #5FBF4A, #86D66B, #C3E1A8, #E9F7E3);
}Emerald Adventure color palette created on .