Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pelati {
color: #ff382e;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--pelati:#ff382e;
--reddish-pink:#ff2e54;
}