/* CSS */
.color-1 {
color: #1AA7FF;
}
.color-2 {
color: #47C2FF;
}
.color-3 {
color: #6BDCFF;
}
.color-4 {
color: #F4E8FD;
}
.color-5 {
color: #FF80D4;
}
/* CSS Variables */
:root {
--color-1: #1AA7FF;
--color-2: #47C2FF;
--color-3: #6BDCFF;
--color-4: #F4E8FD;
--color-5: #FF80D4;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1AA7FF, #47C2FF, #6BDCFF, #F4E8FD, #FF80D4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1AA7FF, #47C2FF, #6BDCFF, #F4E8FD, #FF80D4);
}
Celestial Companions color palette created on .