Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.butter-cupcake {
color: #ffdb99;
}
.lively-yellow {
color: #ffebb3;
}
.candle-flame {
color: #fff7a3;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--wildflower-bouquet:#ffb3b3;
--butter-cupcake:#ffdb99;
--lively-yellow:#ffebb3;
--candle-flame:#fff7a3;
}