Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.snow-white-blush {
color: #f9b2a9;
}
.chilly-spice {
color: #f99b8b;
}
.hot-calypso {
color: #f78e7e;
}
.rose-fusion {
color: #f76a55;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--snow-white-blush:#f9b2a9;
--chilly-spice:#f99b8b;
--hot-calypso:#f78e7e;
--rose-fusion:#f76a55;
}