Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.carrot {
color: #f86a3f;
}
.dusk-orange {
color: #f64c3c;
}
.peppermint-swirl {
color: #d75b80;
}
.warm-purple {
color: #9d2a94;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--carrot:#f86a3f;
--dusk-orange:#f64c3c;
--peppermint-swirl:#d75b80;
--warm-purple:#9d2a94;
}