CSS code for this palette
/* CSS */
.westar {
color: #d4cfc4;
}
.bitter {
color: #8a8b6f;
}
.marron {
color: #6c4d4b;
}
.ancient-red {
color: #8f2d2f;
}
.vast-desert {
color: #c2af99;
}
/* CSS Variables */
:root {
--westar:#d4cfc4;
--bitter:#8a8b6f;
--marron:#6c4d4b;
--ancient-red:#8f2d2f;
--vast-desert:#c2af99;
}