Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f8b4c1;
}
.violet-kiss {
color: #f1a7d3;
}
.usu-koubai-blossom {
color: #e698b4;
}
.carmine-rose {
color: #e05c8f;
}
.dingy-dungeon {
color: #c03553;
}
/* CSS Variables */
:root {
--love-spell:#f8b4c1;
--violet-kiss:#f1a7d3;
--usu-koubai-blossom:#e698b4;
--carmine-rose:#e05c8f;
--dingy-dungeon:#c03553;
}