/* CSS */
.color-1 {
color: #131C81;
}
.color-2 {
color: #1F17BA;
}
.color-3 {
color: #412DD7;
}
.color-4 {
color: #9257D6;
}
.color-5 {
color: #CB97E7;
}
/* CSS Variables */
:root {
--color-1: #131C81;
--color-2: #1F17BA;
--color-3: #412DD7;
--color-4: #9257D6;
--color-5: #CB97E7;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #131C81, #1F17BA, #412DD7, #9257D6, #CB97E7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #131C81, #1F17BA, #412DD7, #9257D6, #CB97E7);
}
Shadows Of Emotion color palette created on .