CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.sachet-pink {
color: #f490b1;
}
.black {
color: #000000;
}
.sweet-sixteen {
color: #ffccd1;
}
.akabeni {
color: #c72929;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--sachet-pink:#f490b1;
--black:#000000;
--sweet-sixteen:#ffccd1;
--akabeni:#c72929;
}