/* CSS */
.color-1 {
color: #3A1F5C;
}
.color-2 {
color: #5D3C8B;
}
.color-3 {
color: #7A599B;
}
.color-4 {
color: #9D7CB1;
}
.color-5 {
color: #C19FD5;
}
/* CSS Variables */
:root {
--color-1: #3A1F5C;
--color-2: #5D3C8B;
--color-3: #7A599B;
--color-4: #9D7CB1;
--color-5: #C19FD5;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3A1F5C, #5D3C8B, #7A599B, #9D7CB1, #C19FD5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3A1F5C, #5D3C8B, #7A599B, #9D7CB1, #C19FD5);
}
Celestial Dreams color palette created on .