/* CSS */
.color-1 {
  color: #DF8249;
}
.color-2 {
  color: #4E6E97;
}
.color-3 {
  color: #9D3F82;
}
.color-4 {
  color: #EACFAE;
}
.color-5 {
  color: #A95B7A;
}
/* CSS Variables */
:root {
  --color-1: #DF8249;
  --color-2: #4E6E97;
  --color-3: #9D3F82;
  --color-4: #EACFAE;
  --color-5: #A95B7A;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #DF8249, #4E6E97, #9D3F82, #EACFAE, #A95B7A);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #DF8249, #4E6E97, #9D3F82, #EACFAE, #A95B7A);
 }Vibrant Elegance color palette created on .