/* CSS */
.color-1 {
color: #69BF8B;
}
.color-2 {
color: #A5E3B6;
}
.color-3 {
color: #E2F4E1;
}
.color-4 {
color: #D0E4BE;
}
.color-5 {
color: #B1C299;
}
/* CSS Variables */
:root {
--color-1: #69BF8B;
--color-2: #A5E3B6;
--color-3: #E2F4E1;
--color-4: #D0E4BE;
--color-5: #B1C299;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69BF8B, #A5E3B6, #E2F4E1, #D0E4BE, #B1C299);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69BF8B, #A5E3B6, #E2F4E1, #D0E4BE, #B1C299);
}Green Marshlands color palette created on .