CSS code for this palette
/* CSS */
.pattypan {
color: #efba0b;
}
.chaat-masala {
color: #e97a2b;
}
.wet-coral {
color: #d15c4d;
}
.boat-orchid {
color: #c1448c;
}
.studio {
color: #794d9d;
}
/* CSS Variables */
:root {
--pattypan:#efba0b;
--chaat-masala:#e97a2b;
--wet-coral:#d15c4d;
--boat-orchid:#c1448c;
--studio:#794d9d;
}