Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.bergamot-orange {
color: #f6a05a;
}
.melondrama {
color: #f07f6a;
}
.bubblegum {
color: #eb607a;
}
.pretty-in-plum {
color: #d35a8a;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--bergamot-orange:#f6a05a;
--melondrama:#f07f6a;
--bubblegum:#eb607a;
--pretty-in-plum:#d35a8a;
}