CSS code for this palette
/* CSS */
.bison {
color: #6e4f3a;
}
.artifact {
color: #c89f8d;
}
.creole-cottage {
color: #e8b49b;
}
.peach-patch {
color: #f2d6a1;
}
.peachade {
color: #f9e1c8;
}
/* CSS Variables */
:root {
--bison:#6e4f3a;
--artifact:#c89f8d;
--creole-cottage:#e8b49b;
--peach-patch:#f2d6a1;
--peachade:#f9e1c8;
}