/* CSS */
.color-1 {
color: #C39969;
}
.color-2 {
color: #D7C4A3;
}
.color-3 {
color: #F2E2B5;
}
.color-4 {
color: #F4B762;
}
.color-5 {
color: #E2A46A;
}
/* CSS Variables */
:root {
--color-1: #C39969;
--color-2: #D7C4A3;
--color-3: #F2E2B5;
--color-4: #F4B762;
--color-5: #E2A46A;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #C39969, #D7C4A3, #F2E2B5, #F4B762, #E2A46A);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #C39969, #D7C4A3, #F2E2B5, #F4B762, #E2A46A);
}Autumn Embrace color palette created on .