/* CSS */
.color-1 {
color: #1C2B6D;
}
.color-2 {
color: #3B4E9B;
}
.color-3 {
color: #5C79B2;
}
.color-4 {
color: #8DB9E8;
}
.color-5 {
color: #D1F1FA;
}
/* CSS Variables */
:root {
--color-1: #1C2B6D;
--color-2: #3B4E9B;
--color-3: #5C79B2;
--color-4: #8DB9E8;
--color-5: #D1F1FA;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1C2B6D, #3B4E9B, #5C79B2, #8DB9E8, #D1F1FA);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1C2B6D, #3B4E9B, #5C79B2, #8DB9E8, #D1F1FA);
}Ethereal Nightfall color palette created on .