Color names in this palette
CSS code for this palette
/* CSS */
.hatoba-nezumi-grey {
color: #a18c8c;
}
.aurora-grey {
color: #d4c4c4;
}
.pink-emulsion {
color: #f2e3e3;
}
.love-spell {
color: #f6b6c5;
}
.trick-or-treat {
color: #ebaf89;
}
/* CSS Variables */
:root {
--hatoba-nezumi-grey:#a18c8c;
--aurora-grey:#d4c4c4;
--pink-emulsion:#f2e3e3;
--love-spell:#f6b6c5;
--trick-or-treat:#ebaf89;
}