Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.kanz-orange {
color: #ff8e3d;
}
.hotspot {
color: #ff4938;
}
.sugar-rush {
color: #d85f9c;
}
.flickery-c64 {
color: #5c7aff;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--kanz-orange:#ff8e3d;
--hotspot:#ff4938;
--sugar-rush:#d85f9c;
--flickery-c64:#5c7aff;
}