CSS code for this palette
/* CSS */
.taffy {
color: #c29c6b;
}
.french-pass {
color: #a3d5e0;
}
.white {
color: #ffffff;
}
.bokara-grey {
color: #2c2926;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--taffy:#c29c6b;
--french-pass:#a3d5e0;
--white:#ffffff;
--bokara-grey:#2c2926;
--shocking-orange:#ff6d1f;
}