Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f8a3a0;
}
.peach-temptation {
color: #f0c3b2;
}
.icy-lemonade {
color: #f3e9af;
}
.apple-cream {
color: #b4d9a5;
}
.broom-butterfly-blue {
color: #6bb1d6;
}
/* CSS Variables */
:root {
--candlelight-peach:#f8a3a0;
--peach-temptation:#f0c3b2;
--icy-lemonade:#f3e9af;
--apple-cream:#b4d9a5;
--broom-butterfly-blue:#6bb1d6;
}