Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f8ccb9;
}
.fulgrim-pink {
color: #f6b1d3;
}
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.china-doll {
color: #f2e4d4;
}
/* CSS Variables */
:root {
--biscuit-cream:#f8ccb9;
--fulgrim-pink:#f6b1d3;
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--china-doll:#f2e4d4;
}