Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f7c64b;
}
.miami-marmalade {
color: #f78d1d;
}
.fire-island {
color: #d85031;
}
.cyclamen-red {
color: #a65e8e;
}
.magenta-violet {
color: #6a4e8d;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f7c64b;
--miami-marmalade:#f78d1d;
--fire-island:#d85031;
--cyclamen-red:#a65e8e;
--magenta-violet:#6a4e8d;
}