Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a94e;
}
.cakepop-sorbet {
color: #fbc64b;
}
.xanthic {
color: #f8e61b;
}
.midsummer-gold {
color: #e9b335;
}
.crab-curry {
color: #da4b2b;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a94e;
--cakepop-sorbet:#fbc64b;
--xanthic:#f8e61b;
--midsummer-gold:#e9b335;
--crab-curry:#da4b2b;
}