Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f8a3a0;
}
.channel {
color: #f0c1c2;
}
.gumball {
color: #e3b5d3;
}
.coral-green {
color: #aee0cf;
}
.enchanted-emerald {
color: #7be0a2;
}
/* CSS Variables */
:root {
--candlelight-peach:#f8a3a0;
--channel:#f0c1c2;
--gumball:#e3b5d3;
--coral-green:#aee0cf;
--enchanted-emerald:#7be0a2;
}