Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.mellowed-gold {
color: #e4a64e;
}
.sunny-horizon {
color: #d2815b;
}
.ripe-cherry {
color: #c3556d;
}
.dark-raspberry {
color: #882b59;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--mellowed-gold:#e4a64e;
--sunny-horizon:#d2815b;
--ripe-cherry:#c3556d;
--dark-raspberry:#882b59;
}