Color names in this palette
CSS code for this palette
/* CSS */
.rotunda-gold {
color: #f7dfc0;
}
.sweet-sheba {
color: #f1b7a7;
}
.wewak {
color: #ee9197;
}
.love-letter {
color: #e76a8d;
}
.peppermint-swirl {
color: #d05d7c;
}
/* CSS Variables */
:root {
--rotunda-gold:#f7dfc0;
--sweet-sheba:#f1b7a7;
--wewak:#ee9197;
--love-letter:#e76a8d;
--peppermint-swirl:#d05d7c;
}