/* CSS */
.color-1 {
color: #895B29;
}
.color-2 {
color: #D68C3D;
}
.color-3 {
color: #E1B26B;
}
.color-4 {
color: #A65E2B;
}
.color-5 {
color: #B85B28;
}
/* CSS Variables */
:root {
--color-1: #895B29;
--color-2: #D68C3D;
--color-3: #E1B26B;
--color-4: #A65E2B;
--color-5: #B85B28;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895B29, #D68C3D, #E1B26B, #A65E2B, #B85B28);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895B29, #D68C3D, #E1B26B, #A65E2B, #B85B28);
}Autumnal Embrace color palette created on .