/* CSS */
.color-1 {
  color: #E3B4F3;
}
.color-2 {
  color: #A66BFF;
}
.color-3 {
  color: #5E4F9C;
}
.color-4 {
  color: #4B3E8E;
}
.color-5 {
  color: #2A2745;
}
/* CSS Variables */
:root {
  --color-1: #E3B4F3;
  --color-2: #A66BFF;
  --color-3: #5E4F9C;
  --color-4: #4B3E8E;
  --color-5: #2A2745;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #E3B4F3, #A66BFF, #5E4F9C, #4B3E8E, #2A2745);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #E3B4F3, #A66BFF, #5E4F9C, #4B3E8E, #2A2745);
 }Enchanted Twilight color palette created on .