/* CSS */
.color-1 {
color: #1A3D9E;
}
.color-2 {
color: #497BCA;
}
.color-3 {
color: #7BB5E5;
}
.color-4 {
color: #F7E1A1;
}
.color-5 {
color: #D95F3A;
}
/* CSS Variables */
:root {
--color-1: #1A3D9E;
--color-2: #497BCA;
--color-3: #7BB5E5;
--color-4: #F7E1A1;
--color-5: #D95F3A;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1A3D9E, #497BCA, #7BB5E5, #F7E1A1, #D95F3A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1A3D9E, #497BCA, #7BB5E5, #F7E1A1, #D95F3A);
}
Imperial Horizon color palette created on .