Color names in this palette
CSS code for this palette
/* CSS */
.bloodthirsty-beige {
color: #fad8d1;
}
.mystic-tulip {
color: #f7b5a1;
}
.cherrystone {
color: #f69a8e;
}
.macaroon-rose {
color: #f3587f;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--bloodthirsty-beige:#fad8d1;
--mystic-tulip:#f7b5a1;
--cherrystone:#f69a8e;
--macaroon-rose:#f3587f;
--moth-orchid:#d6006f;
}