Color names in this palette
CSS code for this palette
/* CSS */
.bleached-apricot {
color: #f7c7ab;
}
.pallid-orange {
color: #f9b79f;
}
.vinaceous-cinnamon {
color: #f78d8d;
}
.ponceau {
color: #f45d76;
}
.raspberry-sorbet {
color: #d7336f;
}
/* CSS Variables */
:root {
--bleached-apricot:#f7c7ab;
--pallid-orange:#f9b79f;
--vinaceous-cinnamon:#f78d8d;
--ponceau:#f45d76;
--raspberry-sorbet:#d7336f;
}