Color names in this palette
CSS code for this palette
/* CSS */
.pastel-peach {
color: #f0c9ad;
}
.fresh-on-the-market {
color: #f9a9b6;
}
.breeze-of-chilli {
color: #f76e6e;
}
.fireglow {
color: #d95e3f;
}
.pure-mauve {
color: #6b4f92;
}
/* CSS Variables */
:root {
--pastel-peach:#f0c9ad;
--fresh-on-the-market:#f9a9b6;
--breeze-of-chilli:#f76e6e;
--fireglow:#d95e3f;
--pure-mauve:#6b4f92;
}