Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.bergamot-orange {
color: #f6a35a;
}
.salmon-pok-bowl {
color: #f27c78;
}
.flirty-rose {
color: #d45e8f;
}
.wild-aster {
color: #a03b8c;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--bergamot-orange:#f6a35a;
--salmon-pok-bowl:#f27c78;
--flirty-rose:#d45e8f;
--wild-aster:#a03b8c;
}