Color names in this palette
CSS code for this palette
/* CSS */
.whiplash {
color: #c24747;
}
.lipstick-illusion {
color: #d36f6f;
}
.bussell-lace {
color: #e6a2a2;
}
.inviting-ivory {
color: #f1d5b1;
}
.brain-pink {
color: #f7b1b1;
}
/* CSS Variables */
:root {
--whiplash:#c24747;
--lipstick-illusion:#d36f6f;
--bussell-lace:#e6a2a2;
--inviting-ivory:#f1d5b1;
--brain-pink:#f7b1b1;
}