/* CSS */
.color-1 {
  color: #866C04;
}
.color-2 {
  color: #815903;
}
.color-3 {
  color: #785108;
}
.color-4 {
  color: #733B0D;
}
.color-5 {
  color: #6C3113;
}
/* CSS Variables */
:root {
  --color-1: #866C04;
  --color-2: #815903;
  --color-3: #785108;
  --color-4: #733B0D;
  --color-5: #6C3113;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #866C04, #815903, #785108, #733B0D, #6C3113);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #866C04, #815903, #785108, #733B0D, #6C3113);
 }Golden Shades color palette created on .