/* CSS */
.color-1 {
  color: #C8B488;
}
.color-2 {
  color: #E1A35B;
}
.color-3 {
  color: #D27F4B;
}
.color-4 {
  color: #C34C3C;
}
.color-5 {
  color: #8E3D2F;
}
/* CSS Variables */
:root {
  --color-1: #C8B488;
  --color-2: #E1A35B;
  --color-3: #D27F4B;
  --color-4: #C34C3C;
  --color-5: #8E3D2F;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #C8B488, #E1A35B, #D27F4B, #C34C3C, #8E3D2F);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #C8B488, #E1A35B, #D27F4B, #C34C3C, #8E3D2F);
 }Earthy Wanderlust color palette created on .