/* CSS */
.color-1 {
  color: #E45D2F;
}
.color-2 {
  color: #D06F3E;
}
.color-3 {
  color: #C4A45A;
}
.color-4 {
  color: #E8B54F;
}
.color-5 {
  color: #F6C955;
}
/* CSS Variables */
:root {
  --color-1: #E45D2F;
  --color-2: #D06F3E;
  --color-3: #C4A45A;
  --color-4: #E8B54F;
  --color-5: #F6C955;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #E45D2F, #D06F3E, #C4A45A, #E8B54F, #F6C955);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #E45D2F, #D06F3E, #C4A45A, #E8B54F, #F6C955);
 }Rustic Foxfire color palette created on .