/* CSS */
.color-1 {
  color: #FF386D;
}
.color-2 {
  color: #FFC414;
}
.color-3 {
  color: #0AFF9D;
}
.color-4 {
  color: #056DFF;
}
.color-5 {
  color: #FF2EB2;
}
/* CSS Variables */
:root {
  --color-1: #FF386D;
  --color-2: #FFC414;
  --color-3: #0AFF9D;
  --color-4: #056DFF;
  --color-5: #FF2EB2;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #FF386D, #FFC414, #0AFF9D, #056DFF, #FF2EB2);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #FF386D, #FFC414, #0AFF9D, #056DFF, #FF2EB2);
 }Circus!!! 🎉🤡🎡 color palette created on .