/* CSS */
.color-1 {
color: #D76D3C;
}
.color-2 {
color: #E8A469;
}
.color-3 {
color: #F4D4A9;
}
.color-4 {
color: #E9BAA5;
}
.color-5 {
color: #A44B32;
}
/* CSS Variables */
:root {
--color-1: #D76D3C;
--color-2: #E8A469;
--color-3: #F4D4A9;
--color-4: #E9BAA5;
--color-5: #A44B32;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D76D3C, #E8A469, #F4D4A9, #E9BAA5, #A44B32);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D76D3C, #E8A469, #F4D4A9, #E9BAA5, #A44B32);
}Tuscan Sunsets color palette created on .