/* CSS */
.color-1 {
  color: #F0E6A3;
}
.color-2 {
  color: #C1D5A5;
}
.color-3 {
  color: #A2B6A0;
}
.color-4 {
  color: #8EA4A2;
}
.color-5 {
  color: #7EA08B;
}
/* CSS Variables */
:root {
  --color-1: #F0E6A3;
  --color-2: #C1D5A5;
  --color-3: #A2B6A0;
  --color-4: #8EA4A2;
  --color-5: #7EA08B;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #F0E6A3, #C1D5A5, #A2B6A0, #8EA4A2, #7EA08B);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #F0E6A3, #C1D5A5, #A2B6A0, #8EA4A2, #7EA08B);
 }Green Serenity color palette created on .