Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.troll-slayer-orange {
color: #f1a350;
}
.sizzling-sunset {
color: #e67a4c;
}
.plum-dust {
color: #a84d94;
}
.dazzling-blue {
color: #3b4e9b;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--troll-slayer-orange:#f1a350;
--sizzling-sunset:#e67a4c;
--plum-dust:#a84d94;
--dazzling-blue:#3b4e9b;
}