Color names in this palette
CSS code for this palette
/* CSS */
.arts-crafts-gold {
color: #f8c78b;
}
.cheater {
color: #f0b55c;
}
.big-foot-feet {
color: #e68e5b;
}
.rosy-cheeks {
color: #df536c;
}
.changeling-pink {
color: #f3aad3;
}
/* CSS Variables */
:root {
--arts-crafts-gold:#f8c78b;
--cheater:#f0b55c;
--big-foot-feet:#e68e5b;
--rosy-cheeks:#df536c;
--changeling-pink:#f3aad3;
}