/* CSS */
.color-1 {
color: #3B5D9B;
}
.color-2 {
color: #5D8EBB;
}
.color-3 {
color: #B3D7E0;
}
.color-4 {
color: #F5D68E;
}
.color-5 {
color: #FF6E61;
}
/* CSS Variables */
:root {
--color-1: #3B5D9B;
--color-2: #5D8EBB;
--color-3: #B3D7E0;
--color-4: #F5D68E;
--color-5: #FF6E61;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3B5D9B, #5D8EBB, #B3D7E0, #F5D68E, #FF6E61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3B5D9B, #5D8EBB, #B3D7E0, #F5D68E, #FF6E61);
}
Lakeside Twilight Feast color palette created on .