Color names in this palette
CSS code for this palette
/* CSS */
.bloodthirsty-beige {
color: #f9d8d2;
}
.chantilly {
color: #eab8c9;
}
.usu-koubai-blossom {
color: #e59ab4;
}
.beetroot-rice {
color: #c68b9d;
}
.cosmetic-red {
color: #a85d78;
}
/* CSS Variables */
:root {
--bloodthirsty-beige:#f9d8d2;
--chantilly:#eab8c9;
--usu-koubai-blossom:#e59ab4;
--beetroot-rice:#c68b9d;
--cosmetic-red:#a85d78;
}