/* CSS */
.color-1 {
  color: #D4B082;
}
.color-2 {
  color: #CC9C6B;
}
.color-3 {
  color: #C68758;
}
.color-4 {
  color: #AF7C64;
}
.color-5 {
  color: #9C6654;
}
/* CSS Variables */
:root {
  --color-1: #D4B082;
  --color-2: #CC9C6B;
  --color-3: #C68758;
  --color-4: #AF7C64;
  --color-5: #9C6654;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #D4B082, #CC9C6B, #C68758, #AF7C64, #9C6654);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #D4B082, #CC9C6B, #C68758, #AF7C64, #9C6654);
 }Texas Orange color palette created on .