Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c449;
}
.bergamot-orange {
color: #f29e5a;
}
.cosmic-coral {
color: #e57a6c;
}
.pink-flamb {
color: #d05383;
}
.violet-eggplant {
color: #a1179a;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c449;
--bergamot-orange:#f29e5a;
--cosmic-coral:#e57a6c;
--pink-flamb:#d05383;
--violet-eggplant:#a1179a;
}