/* CSS */
.color-1 {
  color: #EBD2B7;
}
.color-2 {
  color: #EB9E7F;
}
.color-3 {
  color: #EB6A56;
}
.color-4 {
  color: #E05C48;
}
.color-5 {
  color: #C94736;
}
/* CSS Variables */
:root {
  --color-1: #EBD2B7;
  --color-2: #EB9E7F;
  --color-3: #EB6A56;
  --color-4: #E05C48;
  --color-5: #C94736;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #EBD2B7, #EB9E7F, #EB6A56, #E05C48, #C94736);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #EBD2B7, #EB9E7F, #EB6A56, #E05C48, #C94736);
 }Karry's Sunset color palette created on .