Color names in this palette
CSS code for this palette
/* CSS */
.happy-piglets {
color: #f8c9c9;
}
.candlelight-peach {
color: #f5a49e;
}
.melon-baby {
color: #f27d69;
}
.teri-gaki-persimmon {
color: #e95d3a;
}
.peanut-butter-jelly {
color: #c74e29;
}
/* CSS Variables */
:root {
--happy-piglets:#f8c9c9;
--candlelight-peach:#f5a49e;
--melon-baby:#f27d69;
--teri-gaki-persimmon:#e95d3a;
--peanut-butter-jelly:#c74e29;
}