Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.akak-red {
color: #f37c5e;
}
.rosy-cheeks {
color: #d64c6a;
}
.plum-dust {
color: #a7498c;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--gemini-mustard-momento:#f9a34e;
--akak-red:#f37c5e;
--rosy-cheeks:#d64c6a;
--plum-dust:#a7498c;
}