CSS code for this palette
/* CSS */
.rusty-coin {
color: #8c5a2b;
}
.ecru {
color: #c2b180;
}
.soft-suede {
color: #d9cbaf;
}
.green-trance {
color: #a4daa6;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--rusty-coin:#8c5a2b;
--ecru:#c2b180;
--soft-suede:#d9cbaf;
--green-trance:#a4daa6;
--steel-blue:#4682b4;
}