/* CSS */
.color-1 {
color: #D67F4C;
}
.color-2 {
color: #C6693F;
}
.color-3 {
color: #AB5C3B;
}
.color-4 {
color: #984B2A;
}
.color-5 {
color: #7D3E2B;
}
/* CSS Variables */
:root {
--color-1: #D67F4C;
--color-2: #C6693F;
--color-3: #AB5C3B;
--color-4: #984B2A;
--color-5: #7D3E2B;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D67F4C, #C6693F, #AB5C3B, #984B2A, #7D3E2B);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D67F4C, #C6693F, #AB5C3B, #984B2A, #7D3E2B);
}Spiced Earthtones color palette created on .