/* CSS */
.color-1 {
color: #25226D;
}
.color-2 {
color: #3E328B;
}
.color-3 {
color: #6355AA;
}
.color-4 {
color: #9E87C4;
}
.color-5 {
color: #CEA3D2;
}
/* CSS Variables */
:root {
--color-1: #25226D;
--color-2: #3E328B;
--color-3: #6355AA;
--color-4: #9E87C4;
--color-5: #CEA3D2;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #25226D, #3E328B, #6355AA, #9E87C4, #CEA3D2);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #25226D, #3E328B, #6355AA, #9E87C4, #CEA3D2);
}Ethereal Enigma color palette created on .