Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.troll-slayer-orange {
color: #f7a14b;
}
.chinese-orange {
color: #f66e41;
}
.mandarin-red {
color: #e54f3e;
}
.azalea {
color: #d84161;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--troll-slayer-orange:#f7a14b;
--chinese-orange:#f66e41;
--mandarin-red:#e54f3e;
--azalea:#d84161;
}