/* CSS */
.color-1 {
color: #F2EBFF;
}
.color-2 {
color: #D5C3DF;
}
.color-3 {
color: #BCA2D7;
}
.color-4 {
color: #8E7DC5;
}
.color-5 {
color: #5C54A0;
}
/* CSS Variables */
:root {
--color-1: #F2EBFF;
--color-2: #D5C3DF;
--color-3: #BCA2D7;
--color-4: #8E7DC5;
--color-5: #5C54A0;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F2EBFF, #D5C3DF, #BCA2D7, #8E7DC5, #5C54A0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F2EBFF, #D5C3DF, #BCA2D7, #8E7DC5, #5C54A0);
}
Celestial Dreams color palette created on .