Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f9bfb4;
}
.certain-peach {
color: #f5b9a3;
}
.creamy-peach {
color: #f29e82;
}
.sugar-poppy {
color: #e77e7f;
}
.peppermint-swirl {
color: #d55d77;
}
/* CSS Variables */
:root {
--rustique:#f9bfb4;
--certain-peach:#f5b9a3;
--creamy-peach:#f29e82;
--sugar-poppy:#e77e7f;
--peppermint-swirl:#d55d77;
}