/* CSS */
.color-1 {
color: #4E4EDF;
}
.color-2 {
color: #6374E3;
}
.color-3 {
color: #8492E7;
}
.color-4 {
color: #ABAAEE;
}
.color-5 {
color: #CDCEF9;
}
/* CSS Variables */
:root {
--color-1: #4E4EDF;
--color-2: #6374E3;
--color-3: #8492E7;
--color-4: #ABAAEE;
--color-5: #CDCEF9;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4E4EDF, #6374E3, #8492E7, #ABAAEE, #CDCEF9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4E4EDF, #6374E3, #8492E7, #ABAAEE, #CDCEF9);
}
Celestial Dreamscape color palette created on .