/* CSS */
.color-1 {
color: #F7C94B;
}
.color-2 {
color: #EF7D1F;
}
.color-3 {
color: #E64D19;
}
.color-4 {
color: #D02F7A;
}
.color-5 {
color: #782C8C;
}
/* CSS Variables */
:root {
--color-1: #F7C94B;
--color-2: #EF7D1F;
--color-3: #E64D19;
--color-4: #D02F7A;
--color-5: #782C8C;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F7C94B, #EF7D1F, #E64D19, #D02F7A, #782C8C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F7C94B, #EF7D1F, #E64D19, #D02F7A, #782C8C);
}
Sunset Serenade color palette created on .