/* CSS */
.color-1 {
color: #D69F5C;
}
.color-2 {
color: #C66C4E;
}
.color-3 {
color: #9E4C65;
}
.color-4 {
color: #6C4C8A;
}
.color-5 {
color: #4C8A6C;
}
/* CSS Variables */
:root {
--color-1: #D69F5C;
--color-2: #C66C4E;
--color-3: #9E4C65;
--color-4: #6C4C8A;
--color-5: #4C8A6C;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D69F5C, #C66C4E, #9E4C65, #6C4C8A, #4C8A6C);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D69F5C, #C66C4E, #9E4C65, #6C4C8A, #4C8A6C);
}Leathered Harmony color palette created on .