Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c449;
}
.sunshade {
color: #f89e49;
}
.pinkish-orange {
color: #f87249;
}
.tart-orange {
color: #f84949;
}
.french-rose {
color: #f8498f;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c449;
--sunshade:#f89e49;
--pinkish-orange:#f87249;
--tart-orange:#f84949;
--french-rose:#f8498f;
}