/* CSS */
.color-1 {
color: #1E8BBE;
}
.color-2 {
color: #4E5B83;
}
.color-3 {
color: #A64E85;
}
.color-4 {
color: #EFCA4D;
}
.color-5 {
color: #F87A0D;
}
/* CSS Variables */
:root {
--color-1: #1E8BBE;
--color-2: #4E5B83;
--color-3: #A64E85;
--color-4: #EFCA4D;
--color-5: #F87A0D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1E8BBE, #4E5B83, #A64E85, #EFCA4D, #F87A0D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1E8BBE, #4E5B83, #A64E85, #EFCA4D, #F87A0D);
}
Celestial Harmony color palette created on .