Color names in this palette
CSS code for this palette
/* CSS */
.coral-blossom {
color: #f7c1a1;
}
.candlelight-peach {
color: #f9a29f;
}
.breeze-of-chilli {
color: #f76e6e;
}
.bubblegum {
color: #e85e73;
}
.nail-polish-pink {
color: #b95083;
}
/* CSS Variables */
:root {
--coral-blossom:#f7c1a1;
--candlelight-peach:#f9a29f;
--breeze-of-chilli:#f76e6e;
--bubblegum:#e85e73;
--nail-polish-pink:#b95083;
}