Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f9b4c4;
}
.sweet-60 {
color: #f49fb0;
}
.plum-blossom {
color: #f19da0;
}
.cumquat-cream {
color: #f19b83;
}
.moegi-green {
color: #f2936e;
}
/* CSS Variables */
:root {
--love-spell:#f9b4c4;
--sweet-60:#f49fb0;
--plum-blossom:#f19da0;
--cumquat-cream:#f19b83;
--moegi-green:#f2936e;
}