/* CSS */
.color-1 {
color: #E14A33;
}
.color-2 {
color: #E27A46;
}
.color-3 {
color: #DFAF62;
}
.color-4 {
color: #DEB778;
}
.color-5 {
color: #66D1BC;
}
/* CSS Variables */
:root {
--color-1: #E14A33;
--color-2: #E27A46;
--color-3: #DFAF62;
--color-4: #DEB778;
--color-5: #66D1BC;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E14A33, #E27A46, #DFAF62, #DEB778, #66D1BC);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E14A33, #E27A46, #DFAF62, #DEB778, #66D1BC);
}Sunset Serenity color palette created on .