Color names in this palette
CSS code for this palette
/* CSS */
.fresco-cream {
color: #f9c7a4;
}
.candlelight-peach {
color: #f5a49e;
}
.vinaceous-cinnamon {
color: #f58a8b;
}
.momo-peach {
color: #f5757c;
}
.dubarry {
color: #f55b65;
}
/* CSS Variables */
:root {
--fresco-cream:#f9c7a4;
--candlelight-peach:#f5a49e;
--vinaceous-cinnamon:#f58a8b;
--momo-peach:#f5757c;
--dubarry:#f55b65;
}