/* CSS */
.color-1 {
color: #4E8C36;
}
.color-2 {
color: #A9C1A4;
}
.color-3 {
color: #D1C56B;
}
.color-4 {
color: #E4B74E;
}
.color-5 {
color: #B58C4A;
}
/* CSS Variables */
:root {
--color-1: #4E8C36;
--color-2: #A9C1A4;
--color-3: #D1C56B;
--color-4: #E4B74E;
--color-5: #B58C4A;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4E8C36, #A9C1A4, #D1C56B, #E4B74E, #B58C4A);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4E8C36, #A9C1A4, #D1C56B, #E4B74E, #B58C4A);
}Luxury Green color palette created on .