CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.applesauce {
color: #f6d798;
}
.goldfish {
color: #f2b05f;
}
.ch-shun-red {
color: #b85659;
}
.jubilee {
color: #7d599b;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--applesauce:#f6d798;
--goldfish:#f2b05f;
--ch-shun-red:#b85659;
--jubilee:#7d599b;
}